Skip to content

Commit

Permalink
codecov: Disable status checks
Browse files Browse the repository at this point in the history
We don't currently care if a commit changes our coverage metrics, so we
can disable the status checks that would enforce that.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: #4738
  • Loading branch information
stephenfin committed Mar 20, 2018
1 parent cf3de7d commit cef28ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .codecov.yml
Expand Up @@ -2,9 +2,7 @@ coverage:
status:
project:
default:
# allowed to drop X% and still result in a "success" commit status
threshold: 0.05
enabled: no
patch:
default:
# allowed to drop X% and still result in a "success" commit status
threshold: 0.05
enabled: no

0 comments on commit cef28ee

Please sign in to comment.