forked from percona/pmm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
45 lines (36 loc) · 741 Bytes
/
codecov.yml
File metadata and controls
45 lines (36 loc) · 741 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
44
45
coverage:
range: "60...80"
status:
default_rules:
flag_coverage_not_uploaded_behavior: exclude
# disabled for now until we agree on the thresholds
patch: off
project:
default:
flag_coverage_not_uploaded_behavior: pass
threshold: 1%
admin:
threshold: 1%
paths:
- admin/
agent:
threshold: 1%
paths:
- agent/
managed:
threshold: 1%
paths:
- managed/
qan-api2:
threshold: 1%
paths:
- qan-api2/
vmproxy:
threshold: 1%
paths:
- vmproxy/
ignore:
- "**/fuzzdata"
flag_management:
default_rules:
carryforward: true