| 1 | codecov: |
| 2 | ci: |
| 3 | - "!travis-ci.org" |
| 4 | - "!ci.ipfs.team:8111" |
| 5 | - "!ci.ipfs.team" |
| 6 | - "github.com" |
| 7 | notify: |
| 8 | require_ci_to_pass: no |
| 9 | after_n_builds: 2 |
| 10 | |
| 11 | coverage: |
| 12 | range: "50...100" |
| 13 | |
| 14 | status: |
| 15 | project: |
| 16 | default: |
| 17 | threshold: 0.2% |
| 18 | |
| 19 | patch: |
| 20 | default: |
| 21 | threshold: 2% |
| 22 | |
| 23 | comment: off |