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 should only wait for CI's that run coverage tests
# DAutoTester and auto-tester are not in the default list
ci:
- "circleci.com"
notify:
after_n_builds: 1 # send notifications after the first upload
bot: dlang-bot
@ -12,13 +8,23 @@ codecov:
coverage:
precision: 3
round: down
range: 80...100
range: "80...100"
status:
# Learn more at https://docs.codecov.io/docs/commit-status
project: true
patch: true
changes: false
status:
project:
default:
informational: true
# 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:
- "test/.*/::src/"
- "fail_compilation/::src/"