diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-01 22:56:15 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-01 22:57:25 +0200 |
| commit | bed103955b496d2edb4bb6ed2ab6396ed9cbb9a1 (patch) | |
| tree | 8fe61de8dc42803c5aaf37d8c0e62a7237156664 /codecov.yml | |
| parent | 695ef2ddb23a75efd3b82c7a3b36cfe0ae671c86 (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.yml | 5 |
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" |
