Browse Source

Try with codecov.yml

main
Caemor 5 years ago
parent
commit
ca3eebecbe
  1. 15
      codecov.yml

15
codecov.yml

@ -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…
Cancel
Save