Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 093af12

Browse files
authored
Update sonar-project.properties
1 parent bac24e0 commit 093af12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ sonar.organization=tyktechnologies
33
sonar.ProjectName=tyk-operator
44
sonar.go.coverage.reportPaths=*_coverage.out
55
sonar.sources=./
6-
sonar.coverage.exclusions=**/*_test.go, hack/** , **/*_generated.deepcopy.go
7-
sonar.test.inclusions=**/*_test.go
6+
sonar.coverage.exclusions=**/*_test.go, hack/** , **/*_generated.deepcopy.go, bdd/k8sutil/utils.go, integration/setup_k8s.go
7+
sonar.test.inclusions=**/*_test.go

0 commit comments

Comments
 (0)