Skip to content

Commit

Permalink
Run codecov in informational mode for all projects
Browse files Browse the repository at this point in the history
Codecov is erring out again when code coverage decreases ever so
slightly. The suspicion is that it has to do with the projects that we
introduced.
Let's add the necessary property to them as well, in the hope that it
helps.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Nov 29, 2023
1 parent 3799672 commit a9876ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ coverage:
# We don't gate anything based on flaky code coverage reports.
informational: true
blazesym:
informational: true
paths:
- src/
blazesym-c:
informational: true
paths:
- capi/src/
# Note: blazecli is ignored at the llvm-cov level.
Expand Down

0 comments on commit a9876ba

Please sign in to comment.