forked from antvis/X6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
45 lines (41 loc) · 811 Bytes
/
.codecov.yml
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
44
45
# Setting coverage targets per flag
coverage:
round: down
range: 60..95
precision: 2
status:
patch: off
project:
default: off
x6:
threshold: 1%
flags:
- x6
x6-common:
threshold: 1%
flags:
- x6-common
x6-geometry:
threshold: 1%
flags:
- x6-geometry
flags:
x6:
paths:
# filter the folder(s) you wish to measure by that flag
- packages/x6
x6-common:
paths:
- packages/x6-common
x6-geometry:
paths:
- packages/x6-geometry
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true # only post the comment if coverage changes
github_checks:
annotations: false
flag_management:
default_rules:
carryforward: false