mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
- Added many many more unit tests to increase coverage to 90% + - Removed the upsert functionality of PushRules to maintain documented API parity
44 lines
694 B
YAML
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
|