forked from jdalrymple/gitbeaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
43 lines (40 loc) · 694 Bytes
/
codecov.yml
File metadata and controls
43 lines (40 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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