diff options
Diffstat (limited to '.codecov.yml')
| -rw-r--r-- | .codecov.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml index 7510dfc6..bb829c41 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,4 +2,11 @@ comment: false coverage: status: project: - threshold: 0.5% + default: + informational: true # Treat coverage info as informational only + threshold: 0.5% + patch: + default: + informational: true # Treat coverage info as informational only +github_checks: + annotations: false # Codecov may pollute the "files" diff view |
