Try with codecov.yml

main
Caemor 2021-01-23 16:45:31 +01:00
parent 1a612c92d3
commit ca3eebecbe
1 changed files with 15 additions and 0 deletions

15
codecov.yml Normal file
View File

@ -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