forked from tikv/pd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
32 lines (29 loc) · 911 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
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:
# Ignore the tool tests
- tests/dashboard
- tests/pdbackup
- tests/pdctl