[CodeCov] Don't wait for other CIs

This commit is contained in:
Sebastian Wilzbach 2017-12-23 20:23:55 +01:00
parent b1a9fe1d39
commit cb8369b084

View file

@ -4,6 +4,16 @@ codecov:
notify:
after_n_builds: 1 # send notifications after the first upload
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:
precision: 3