-
Notifications
You must be signed in to change notification settings - Fork 720
/
codecov.yml
40 lines (36 loc) · 1.06 KB
/
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
coverage:
status:
project:
default:
# basic
target: auto
threshold: 3%
patch:
default:
# basic
target: auto
threshold: 3%
comment:
layout: "header, diff, flags"
behavior: default
require_changes: false
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning.
- type: patch
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning.
ignore:
- "tools/pd-analysis"
- "tools/pd-api-bench"
- "tools/pd-backup"
- "tools/pd-heartbeat-bench"
- "tools/pd-recover"
- "tools/pd-simulator"
- "tools/pd-tso-bench"
- "tools/pd-ut"
- "tools/regions-dump"
- "tools/stores-dump"
- "tests"