a | b/codecov.yml | ||
---|---|---|---|
1 | comment: false |
||
2 | github_checks: # too noisy, even though "a" interactively disables them |
||
3 | annotations: false |
||
4 | |||
5 | codecov: |
||
6 | notify: |
||
7 | require_ci_to_pass: false |
||
8 | |||
9 | coverage: |
||
10 | status: |
||
11 | patch: |
||
12 | default: |
||
13 | informational: true |
||
14 | target: 95% |
||
15 | if_no_uploads: error |
||
16 | if_not_found: success |
||
17 | if_ci_failed: failure |
||
18 | project: |
||
19 | default: false |
||
20 | library: |
||
21 | informational: true |
||
22 | target: 90% |
||
23 | if_no_uploads: error |
||
24 | if_not_found: success |
||
25 | if_ci_failed: failure |