mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +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
|
||||
|
||||
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:
|
||||
- "test/.*/::src/"
|
||||
- "fail_compilation/::src/"
|
||||
|
||||
comment: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue