Skip to content

Commit

Permalink
Disable code coverage GitHub statuses.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lkysow committed Jun 4, 2018
1 parent 831e593 commit 049c034
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
# This disables the GitHub statuses from CodeCov. I found that many of the
# PRs I wanted to merge failed the status checks because often some code
# isn't testable or testing it isn't the highest priority. The comment with
# the code coverage is all that is needed right now.
project: off
patch: off

0 comments on commit 049c034

Please sign in to comment.