mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
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:
parent
5cb3e5d6e1
commit
50e1512014
1 changed files with 36 additions and 0 deletions
36
.codecov.yml
Normal file
36
.codecov.yml
Normal 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/
|
Loading…
Reference in a new issue