forked from antrea-io/antrea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yaml
46 lines (43 loc) · 873 Bytes
/
codecov.yaml
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
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
coverage:
status:
project:
default:
target: auto
antrea-unit-tests:
target: auto
flags:
- unit-tests
antrea-integration-tests:
target: auto
flags:
- integration-tests
antrea-e2e-tests:
target: auto
flags:
- e2e-tests
antrea-kind-e2e-tests:
target: auto
flags:
- kind-e2e-tests
antrea-mc-integration-tests:
target: auto
flags:
- mc-integration-tests
ignore:
- "**/testing/mock_*.go"
- "**/mock_*.go"
- "**/*generate*.go"
- "pkg/client"
- "**/pkg/client"
- "**/*.pb.go"
- "third_party"