mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
add codecov configuration to disable comments
This commit is contained in:
parent
d5e6f1e2ec
commit
e166d07078
1 changed files with 11 additions and 0 deletions
11
.codecov.yml
11
.codecov.yml
|
@ -7,6 +7,17 @@ codecov:
|
||||||
- !travis
|
- !travis
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
precision: 3
|
||||||
|
round: down
|
||||||
|
range: 80...100
|
||||||
|
|
||||||
|
status:
|
||||||
|
# Learn more at https://codecov.io/docs#yaml_default_commit_status
|
||||||
|
project: true
|
||||||
|
patch: true
|
||||||
|
changes: false
|
||||||
fixes:
|
fixes:
|
||||||
- "test/.*/::src/"
|
- "test/.*/::src/"
|
||||||
- "fail_compilation/::src/"
|
- "fail_compilation/::src/"
|
||||||
|
|
||||||
|
comment: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue