Skip to content

Commit

Permalink
Workaround for issue 21654 - CodeCov build already finished (#12221)
Browse files Browse the repository at this point in the history
Try adding the Azure/Cirrus jobs to the job count and expected CI's.

Upstream issue: codecov/codecov-bash#411
  • Loading branch information
MoonlightSentinel committed Feb 22, 2021
1 parent e2ff4e8 commit 0a470e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .codecov.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0a470e6

Please sign in to comment.