mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
Do not require CI to pass for coverage
If travis fail (or is cancelled) or random build failure happens, or js-ipfs-api test is down for a long time we still want the coverage. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
codecov:
|
||||
ci:
|
||||
- "ci/circle-ci"
|
||||
- "!js-ipfs-ap"
|
||||
- "!teamcity"
|
||||
- "!continuous-integration/travis-ci/pr"
|
||||
- "!continuous-integration/travis-ci/push"
|
||||
- "!travis-ci.org"
|
||||
- "!ci.ipfs.team:8111"
|
||||
- "!ci.ipfs.team"
|
||||
notify:
|
||||
require_ci_to_pass: no
|
||||
after_n_builds: 1
|
||||
coverage:
|
||||
range: "50...100"
|
||||
|
Reference in New Issue
Block a user