gitbeaker/codecov.yml
Justin Dalrymple 3116b365aa chore: 🤖 Fixing codecov configuration
Needed to remove the '.' prefix from the config file name
2020-02-01 09:11:44 +01:00

44 lines
694 B
YAML

codecov:
max_report_age: off
comment: false
coverage:
precision: 2
round: down
status:
project:
default: off
cli:
target: 60%
flags: cli
core:
target: 60%
flags: core
browser:
target: 60%
flags: browser
node:
target: 60%
flags: node
utils:
target: 60%
flags: utils
flags:
cli:
paths:
- packages/gitbeaker-cli/src
core:
paths:
- packages/gitbeaker-core/src
browser:
paths:
- packages/gitbeaker-browser/src
node:
paths:
- packages/gitbeaker-node/src
utils:
paths:
- packages/gitbeaker-requester-utils/src