forked from antrea-io/theia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
58 lines (54 loc) · 1.02 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
codecov:
branch: main
require_ci_to_pass: no
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
require_base: no
require_head: no
after_n_builds: 1
show_carryforward_flags: true
github_checks:
annotations: true
coverage:
status:
patch:
default:
target: 69%
threshold: 5%
base: auto
only_pulls: true
flags:
- unit-tests
project:
default:
target: auto
threshold: 1%
theia-unit-tests:
target: auto
threshold: 1%
flags:
- unit-tests
theia-kind-e2e-tests:
target: 60%
threshold: 1%
flags:
- kind-e2e-tests
python-unit-tests:
target: 50%
threshold: 1%
flags:
- python-coverage
flag_management:
default_rules:
carryforward: true
ignore:
- "**/testing/*.go"
- "**/mock_*.go"
- "**/*generate*.go"
- "pkg/client"
- "**/pkg/client"
- "third_party"
- "pkg/api"
- "snowflake"