gitbeaker/codecov.yml
Justin Dalrymple db63076a5a
Reach > 90% coverage and add Integration Testing (#709)
- Added many many more unit tests to increase coverage to 90% +
- Removed the upsert functionality of PushRules to maintain documented API parity
2020-06-20 14:55:12 +02: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: 90%
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