2019-01-24 00:55:44 +03:00
|
|
|
# https://docs.codecov.io/docs/codecov-yaml
|
|
|
|
# https://github.com/codecov/support/wiki/Codecov-Yaml
|
|
|
|
|
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default: false
|
|
|
|
patch:
|
|
|
|
default: false
|
2019-01-24 04:29:44 +03:00
|
|
|
fixes:
|
|
|
|
- "build/::/"
|
2019-01-24 00:55:44 +03:00
|
|
|
|
|
|
|
comment:
|
2019-02-20 05:06:03 +03:00
|
|
|
layout: "diff, flags, files"
|
2019-01-24 00:55:44 +03:00
|
|
|
|
|
|
|
flags:
|
|
|
|
production:
|
|
|
|
paths:
|
|
|
|
- src/
|
|
|
|
test:
|
|
|
|
paths:
|
|
|
|
- test/
|