Skip to content

Commit 049c034

Browse files
committed
Disable code coverage GitHub statuses.
Many pull requests that I've wanted to merge have failed CodeCov statuses. This indicates that they're not useful for this project at this time so I'm disabling them. The comment from CodeCov is the most useful part.
1 parent 831e593 commit 049c034

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codecov.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
coverage:
2+
status:
3+
# This disables the GitHub statuses from CodeCov. I found that many of the
4+
# PRs I wanted to merge failed the status checks because often some code
5+
# isn't testable or testing it isn't the highest priority. The comment with
6+
# the code coverage is all that is needed right now.
7+
project: off
8+
patch: off

0 commit comments

Comments
 (0)