Skip to content

Commit dc96d45

Browse files
chore: add coverage tracking for konflux-ci/test-data-sast
Add configuration for konflux-ci/test-data-sast to the Konflux coverage dashboard. This enables automatic test coverage tracking and reporting for the repository.
1 parent 4bcf64c commit dc96d45

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
/repos/notification-service.yaml @yftacherzog
2121
/repos/release-service.yaml @querti @mmalina @elenagerman
2222
/repos/internal-services.yaml @querti @mmalina
23+
24+
/repos/test-data-sast.yaml @kdudka @sfowl @yftacherzog @jperezdealgaba

repos/test-data-sast.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: konflux-ci/test-data-sast
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)