default branch defined for codecov.io (#5586)

* default branch defined for codecov.io

* improvements codecov
- disable comments
- enable checks

* removed mods from codecov statistic
This commit is contained in:
Philipp 2018-08-08 21:34:47 +02:00 committed by Hypolite Petovan
parent 5cb3e5d6e1
commit 50e1512014
1 changed files with 36 additions and 0 deletions

36
.codecov.yml Normal file
View File

@ -0,0 +1,36 @@
codecov:
branch: develop
comment: off
coverage:
status:
patch:
default: off
source:
target: 80%
flags: source
backend:
target: 80%
flags: backend
project:
default: off
source:
flags: source
backend:
flags: backend
flags:
source:
paths:
- src/
backend:
paths:
- mod/
- include/
binary:
paths:
- bin/
tests:
paths:
- tests/