-
Notifications
You must be signed in to change notification settings - Fork 247
/
.codecov.yml
57 lines (51 loc) · 921 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
46
47
48
49
50
51
52
53
54
55
56
57
# When modifying this file, please validate using:
# make codecov-validate
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false
after_n_builds: 2
ignore:
- "_.*"
- "vendor"
- "scripts"
- "contracts"
- "Makefile"
coverage:
status:
project:
unit-tests:
target: auto
threshold: 1
flags:
- unit
functional-tests:
threshold: 0.1
target: auto
flags:
- functional
patch:
default:
target: 50
unit-tests:
informational: true
flags:
- unit
functional-tests:
informational: true
flags:
- functional
flags:
unit-tests:
paths:
- ".*"
carryforward: false
functional-tests:
paths:
- ".*"
carryforward: false
comment:
behavior: default
layout: diff,flags,tree
github_checks:
annotations: false