mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
[CodeCov] Don't wait for other CIs
This commit is contained in:
parent
b1a9fe1d39
commit
cb8369b084
1 changed files with 10 additions and 0 deletions
10
.codecov.yml
10
.codecov.yml
|
@ -4,6 +4,16 @@ codecov:
|
||||||
notify:
|
notify:
|
||||||
after_n_builds: 1 # send notifications after the first upload
|
after_n_builds: 1 # send notifications after the first upload
|
||||||
bot: dlang-bot
|
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:
|
coverage:
|
||||||
precision: 3
|
precision: 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue