Disable codecov comment and changes status

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.
This commit is contained in:
Eric Anderson 2016-04-29 09:21:46 -07:00
parent 41a9c94045
commit cd8f82871f
1 changed files with 14 additions and 0 deletions

14
codecov.yml Normal file
View File

@ -0,0 +1,14 @@
coverage:
status:
patch:
default:
target: '80'
project:
default:
target: auto
threshold: 1
changes:
default:
branches:
- nonExistantBranchToDisableTheFeature
comment: off