-
Notifications
You must be signed in to change notification settings - Fork 472
Expand file tree
/
Copy pathcodecov.yml
More file actions
47 lines (45 loc) · 1.4 KB
/
codecov.yml
File metadata and controls
47 lines (45 loc) · 1.4 KB
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
codecov:
branch: main
notify:
wait_for_ci: false
ignore:
- "test/**"
- "hack/**"
- "client/**"
- "vendor/**"
- "docs/**"
- "Makefile"
- ".*/**"
- "**/*.md"
- "**/*.yaml"
- "**/*.yml"
- "*.mod"
- "*.sum"
# Generated mock files
- "**/*_mock.go"
- "**/*mock*.go"
# Files containing only types, structs, or constants (no executable code)
- "control-plane-operator/controllers/hostedcontrolplane/cloud/azure/providerconfig.go"
- "control-plane-operator/controllers/hostedcontrolplane/ocm/config.go"
- "control-plane-operator/controllers/hostedcontrolplane/kas/auth_types.go"
- "control-plane-operator/controllers/hostedcontrolplane/v2/kas/auth_types.go"
- "control-plane-operator/metrics-proxy/types.go"
- "support/config/constants.go"
- "support/config/types.go"
- "support/thirdparty/library-go/pkg/image/dockerv1client/types.go"
- "support/awsapi/*.go"
- "support/azureutil/constants.go"
- "support/api/capi_types.go"
- "support/releaseinfo/fixtures/fixtures.go"
- "cmd/oadp/types.go"
- "cmd/util/azure_flag_descriptions.go"
- "cmd/cluster/azure/types.go"
- "cmd/infra/azure/types.go"
- "cmd/infra/gcp/constants.go"
- "cmd/log/log.go"
- "pkg/etcdcli/interfaces.go"
- "hypershift-operator/controllers/nodepool/instancetype/instancetype.go"
- "api/ibmcapi/types.go"
comment:
layout: "condensed_header, diff, files, flags, components"
behavior: default