Skip to content

Commit a54501f

Browse files
chore: add coverage tracking for konflux-ci/tekton-kueue
Add configuration for konflux-ci/tekton-kueue to the Konflux coverage dashboard. This enables automatic test coverage tracking and reporting for the repository.
1 parent 83628c0 commit a54501f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

repos/tekton-kueue.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: konflux-ci/tekton-kueue
2+
exclude_dirs:
3+
- vendor/
4+
- .github/
5+
- .tekton/
6+
- hack/
7+
- proto/
8+
- test/
9+
- tests/
10+
- integration-tests/
11+
- /fake(/|$)
12+
- /mock(s)?(/|$)
13+
- /e2e(-tests)?(/|$)
14+
- docs/
15+
exclude_files:
16+
- zz_generated.deepcopy.go
17+
- openapi_generated.go
18+
- '*.pb.go'
19+
- mock_*.go
20+
- '*_mock.go'

0 commit comments

Comments
 (0)