mirror of https://github.com/grpc/grpc-java.git
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:
parent
41a9c94045
commit
cd8f82871f
|
@ -0,0 +1,14 @@
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
target: '80'
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: 1
|
||||||
|
changes:
|
||||||
|
default:
|
||||||
|
branches:
|
||||||
|
- nonExistantBranchToDisableTheFeature
|
||||||
|
comment: off
|
Loading…
Reference in New Issue