From cb8369b084d2a147e3b2ec9fbcc8e985d2d1543d Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 23 Dec 2017 20:23:55 +0100 Subject: [PATCH] [CodeCov] Don't wait for other CIs --- .codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index eadf9b4f1b..83ec057520 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,6 +4,16 @@ codecov: notify: after_n_builds: 1 # send notifications after the first upload bot: dlang-bot + ci: + # https://docs.codecov.io/docs/detecting-ci-services + # Only CircleCi generates coverages files atm. + # Don't wait for the other CIs + - ci/circleci + - !CyberShadow/DAutoTest + - !auto-tester + - !continuous-integration/appveyor/pr + - !continuous-integration/jenkins/pr-merge + - !continuous-integration/travis-ci/pr coverage: precision: 3