kubo/codecov.yml
Jakub Sztandera 70e02cf766
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>
2016-12-07 01:24:18 +01:00

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