Try with codecov.yml
parent
1a612c92d3
commit
ca3eebecbe
|
|
@ -0,0 +1,15 @@
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
# basic
|
||||||
|
target: auto
|
||||||
|
threshold: 0%
|
||||||
|
base: auto
|
||||||
|
flags:
|
||||||
|
- unit
|
||||||
|
paths:
|
||||||
|
- "src"
|
||||||
|
if_ci_failed: ignore #success, failure, error, ignore
|
||||||
|
informational: false
|
||||||
|
only_pulls: false
|
||||||
Loading…
Reference in New Issue