Always send success for the CodeCov CI

This commit is contained in:
Sebastian Wilzbach 2017-12-19 11:36:00 +01:00
parent b5456a9d33
commit f232aa5faa

View file

@ -1,10 +1,6 @@
# Documentation: https://github.com/codecov/support/wiki/Codecov-Yaml # Documentation: https://docs.codecov.io/docs/codecov-yaml
codecov: codecov:
# CodeCov should only wait for CI's that run coverage tests
# DAutoTester and auto-tester are not in the default list
ci:
- "circleci.com"
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
@ -12,13 +8,23 @@ codecov:
coverage: coverage:
precision: 3 precision: 3
round: down round: down
range: 80...100 range: "80...100"
# Learn more at https://docs.codecov.io/docs/commit-status
status: status:
# Learn more at https://docs.codecov.io/docs/commit-status project:
project: true default:
patch: true informational: true
changes: false # Informational doesn't work with project yet
threshold: 0.1
patch:
default:
informational: true
changes:
default:
informational: true
# https://docs.codecov.io/docs/fixing-paths
fixes: fixes:
- "test/.*/::src/" - "test/.*/::src/"
- "fail_compilation/::src/" - "fail_compilation/::src/"