From 0a470e689db9e16edcf1ec3278250dcaf685616e Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 22 Feb 2021 13:33:03 +0100 Subject: [PATCH] Workaround for issue 21654 - CodeCov build already finished (#12221) Try adding the Azure/Cirrus jobs to the job count and expected CI's. Upstream issue: https://github.com/codecov/codecov-bash/issues/411 --- .codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 24c41d3d2a..481692d0a1 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,15 +6,17 @@ codecov: # We don't want to wait for the CodeCov report # See https://github.com/codecov/support/issues/312 require_ci_to_pass: false - after_n_builds: 1 # send notifications after the first upload + after_n_builds: 5 # send notifications after all coverage pipeline finish wait_for_ci: false bot: dlang-bot ci: # https://docs.codecov.io/docs/detecting-ci-services - # Only CircleCi generates coverages files atm. + # Azure, CircleCi and Cirrus generate coverages files # Don't wait for the other CIs - circleci.com + - cirrus-ci.com + - dev.azure.com - !dtest.dlang.io - !auto-tester.puremagic.com - !appveyor.com