mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
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>
13 lines
210 B
YAML
13 lines
210 B
YAML
codecov:
|
|
ci:
|
|
- "ci/circle-ci"
|
|
- "!travis-ci.org"
|
|
- "!ci.ipfs.team:8111"
|
|
- "!ci.ipfs.team"
|
|
notify:
|
|
require_ci_to_pass: no
|
|
after_n_builds: 1
|
|
coverage:
|
|
range: "50...100"
|
|
comment: off
|