2019-04-20 14:33:11 +00:00
|
|
|
codecov:
|
|
|
|
notify:
|
|
|
|
require_ci_to_pass: yes
|
|
|
|
|
2019-05-05 12:11:52 +00:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project: off
|
|
|
|
patch: on
|
|
|
|
|
2019-04-20 14:33:11 +00:00
|
|
|
comment:
|
|
|
|
layout: "diff, files"
|
|
|
|
behavior: default
|
|
|
|
require_changes: false # if true: only post the comment if coverage changes
|
|
|
|
require_base: no # [yes :: must have a base report to post]
|
|
|
|
require_head: yes # [yes :: must have a head report to post]
|
|
|
|
|
2019-05-05 12:11:52 +00:00
|
|
|
flags:
|
|
|
|
# filter the folder(s) you wish to measure by that flag
|
|
|
|
api:
|
|
|
|
paths:
|
|
|
|
- api/
|
|
|
|
library:
|
|
|
|
paths:
|
|
|
|
- lib/
|
|
|
|
client:
|
|
|
|
paths:
|
|
|
|
- client/
|
|
|
|
- clientgui/
|
|
|
|
server:
|
|
|
|
paths:
|
|
|
|
- sched/
|
|
|
|
- db/
|
|
|
|
- tools/
|
|
|
|
|
|
|
|
# don't gather statistics for test and external libraries
|
2019-04-20 14:33:11 +00:00
|
|
|
ignore:
|
|
|
|
- tests/.*
|
|
|
|
- zip/.*
|
|
|
|
- 3rdParty/.*
|