Skip to content

Commit

Permalink
Disable codecov comment and changes status
Browse files Browse the repository at this point in the history
They are mostly noise at the moment. The 'changes' status could be
useful, but is a bit too noisy given flakiness in our coverage.
Threshold of 1% suppresses the noise for project-wide coverage.
  • Loading branch information
ejona86 committed May 2, 2016
1 parent 41a9c94 commit cd8f828
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
coverage:
status:
patch:
default:
target: '80'
project:
default:
target: auto
threshold: 1
changes:
default:
branches:
- nonExistantBranchToDisableTheFeature
comment: off

0 comments on commit cd8f828

Please sign in to comment.