ae5421926e
* Simplify the information shown in pull requests * Prevent coverage changes from marking commits as failing
21 lines
292 B
YAML
21 lines
292 B
YAML
# https://docs.codecov.io/docs/codecov-yaml
|
|
# https://github.com/codecov/support/wiki/Codecov-Yaml
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default: false
|
|
patch:
|
|
default: false
|
|
|
|
comment:
|
|
layout: "diff"
|
|
|
|
flags:
|
|
production:
|
|
paths:
|
|
- src/
|
|
test:
|
|
paths:
|
|
- test/
|