mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
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:
parent
e2ff4e8e0a
commit
0a470e689d
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue