aboutsummaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2016-04-29 09:21:46 -0700
committerEric Anderson <ejona@google.com>2016-05-01 22:39:12 -0700
commitcd8f82871fa6d4e760f462558c24c8017f9f409f (patch)
tree94a5c30a3ae9e840e502afc3ee6613b75df7bab0 /codecov.yml
parent41a9c94045e381612bc08cdba3f0e40ddeeae8d2 (diff)
downloadgrpc-grpc-java-cd8f82871fa6d4e760f462558c24c8017f9f409f.tar.gz
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.
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 000000000..665b25e8a
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,14 @@
+coverage:
+ status:
+ patch:
+ default:
+ target: '80'
+ project:
+ default:
+ target: auto
+ threshold: 1
+ changes:
+ default:
+ branches:
+ - nonExistantBranchToDisableTheFeature
+comment: off