Skip to content

Commit

Permalink
Use codecov in informational mode
Browse files Browse the repository at this point in the history
Codecov coverage reporting is somewhat unstable, with numbers changing
back and forth infrequently. This is causing failure indications on CI
runs. To prevent that from happening moving forward, run it in
informational mode [0] instead.

[0]: https://docs.codecov.com/docs/commit-status#informational
  • Loading branch information
d-e-s-o committed Jan 11, 2024
1 parent 4c7987c commit dd61af1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
coverage:
status:
project:
default:
# We don't gate anything based on potentially flaky code
# coverage reports.
informational: true
patch:
default:
informational: true

0 comments on commit dd61af1

Please sign in to comment.