mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Always send success for the CodeCov CI
This commit is contained in:
parent
b5456a9d33
commit
f232aa5faa
1 changed files with 16 additions and 10 deletions
26
.codecov.yml
26
.codecov.yml
|
@ -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/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue