mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Adjust .codecov.yml to make coverage have minimal impact for now.
This commit is contained in:
parent
66339bc09c
commit
d7f48d15c6
9
.github/.codecov.yml
vendored
9
.github/.codecov.yml
vendored
@ -11,6 +11,15 @@ coverage:
|
|||||||
target: auto
|
target: auto
|
||||||
threshold: 100%
|
threshold: 100%
|
||||||
base: auto
|
base: auto
|
||||||
|
if_ci_failed: success
|
||||||
|
informational: true
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: 100%
|
||||||
|
base: auto
|
||||||
|
if_ci_failed: success
|
||||||
|
informational: true
|
||||||
|
|
||||||
parsers:
|
parsers:
|
||||||
gcov:
|
gcov:
|
||||||
|
Loading…
Reference in New Issue
Block a user