diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-01 13:55:27 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-01 13:55:27 +0200 |
| commit | 39acb39de241670ec7f96312c37e4e84f97f5f19 (patch) | |
| tree | 728f83c05cc97cdbcead9086f88fdd480220c42b /codecov.yml | |
| parent | 090d8f7bdf91c39e240145e5acd6c5dd5f965bcf (diff) | |
codecov.yml: suppress coverage errors more
Somehow informational:true is not enough to not produce errors.
We are constantly getting nacks on PRs like:
x codecov/patch — 59.2% of diff hit (target 65.3%)
Add back and relax target and treshold.
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index e374bcd99..ac1b3312f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -15,6 +15,8 @@ coverage: project: default: informational: true + threshold: 100% + target: 0% comment: layout: "files" |
