-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml
29 lines (26 loc) · 879 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
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:
- tests/** # integration test cases or tools.