aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-01 22:56:15 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-01 22:57:25 +0200
commitbed103955b496d2edb4bb6ed2ab6396ed9cbb9a1 (patch)
tree8fe61de8dc42803c5aaf37d8c0e62a7237156664 /codecov.yml
parent695ef2ddb23a75efd3b82c7a3b36cfe0ae671c86 (diff)
codecov.yml: suppress coverage errors even more
We are still getting nacks from codecov on PRs after the previous commit. Try to add patch section to prevent failures.
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
index ac1b3312f..9963c22cb 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -17,6 +17,11 @@ coverage:
informational: true
threshold: 100%
target: 0%
+ patch:
+ default:
+ informational: true
+ threshold: 100%
+ target: 0%
comment:
layout: "files"