Skip to content

Commit 10ed2c5

Browse files
authored
Merge pull request #63 from konflux-ci/add-repo/multi-platform-controller
chore: add coverage tracking for multi-platform-controller
2 parents 9950c61 + a819bb1 commit 10ed2c5

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/repos/release-service.yaml @querti @mmalina @elenagerman
2222
/repos/internal-services.yaml @querti @mmalina
2323

24+
/repos/multi-platform-controller.yaml @konflux-ci/infrastructure
2425
/repos/ci-helper-app.yaml @dheerajodha
2526
/repos/tektor.yaml @konflux-ci/Vanguard
2627
/repos/test-data-sast.yaml @kdudka @sfowl @jperezdealgaba
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: konflux-ci/multi-platform-controller
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)