From 70e02cf76695ce01e58d99a01dbf82dc05fcb1c8 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Wed, 7 Dec 2016 00:36:37 +0100 Subject: [PATCH] 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 --- codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index bff9fe298..528e32fc1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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"