Skip to content

Commit dd61af1

Browse files
committed
Use codecov in informational mode
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
1 parent 4c7987c commit dd61af1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
# We don't gate anything based on potentially flaky code
6+
# coverage reports.
7+
informational: true
8+
patch:
9+
default:
10+
informational: true

0 commit comments

Comments
 (0)