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>
Jakub Sztandera committed
Dec 7, 2016 at 00:36 UTC
70e02cf76695ce01e58d99a01dbf82dc05fcb1c8
1 file changed
+4
-4
codecov.yml
+4
-4
@@ -1,11 +1,11 @@
1
codecov:
2
ci:
3
- "ci/circle-ci"
4
- - "!js-ipfs-ap"
5
- - "!teamcity"
6
- - "!continuous-integration/travis-ci/pr"
7
- - "!continuous-integration/travis-ci/push"
4
+ - "!travis-ci.org"
5
+ - "!ci.ipfs.team:8111"
6
+ - "!ci.ipfs.team"
7
notify:
8
+ require_ci_to_pass: no
9
after_n_builds: 1
10
coverage:
11
range: "50...100"