mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 35s
Post / coverage (push) Failing after 28s
Post / images (amd64, addon-manager) (push) Failing after 29s
Post / images (amd64, placement) (push) Failing after 27s
Post / images (amd64, registration) (push) Failing after 31s
Post / images (amd64, registration-operator) (push) Failing after 28s
Post / images (amd64, work) (push) Failing after 31s
Post / images (arm64, addon-manager) (push) Failing after 32s
Post / images (arm64, placement) (push) Failing after 32s
Post / images (arm64, registration) (push) Failing after 32s
Post / images (arm64, registration-operator) (push) Failing after 34s
Post / images (arm64, work) (push) Failing after 31s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Failing after 43s
Signed-off-by: Jian Qiu <jqiu@redhat.com>
19 lines
422 B
YAML
19 lines
422 B
YAML
coverage:
|
|
status:
|
|
patch: off # disable patch status, https://docs.codecov.com/docs/commit-status#patch-status
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 1%
|
|
|
|
ignore:
|
|
- "**/*generated*.go"
|
|
- "**/*_test.go"
|
|
- "test/**"
|
|
- "pkg/*/testing/**"
|
|
- "pkg/work/spoke/spoketesting/**"
|
|
- "pkg/work/hub/test/**"
|
|
- "pkg/addon/templateagent/testmanifests/**"
|
|
- "manifests/**"
|
|
- "deploy/**"
|