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
This commit is contained in:
Florian 2021-02-22 13:33:03 +01:00 committed by GitHub
parent e2ff4e8e0a
commit 0a470e689d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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