aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-project.properties
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-project.properties')
-rw-r--r--sonar-project.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
index acc745b..7af36a9 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -2,5 +2,6 @@
# SPDX-FileCopyrightText: 2025 The Linux Foundation
sonar.organization=onap
sonar.projectKey=policy-opa-pdp
-sonar.exclusions=**/_test.go, **/mocks/*, **/models.go
-sonar.test.inclusions=**/_test.go
+sonar.exclusions=**/*_test.go, **/mocks/*, **/models.go
+sonar.test.inclusions=**/*_test.go
+sonar.go.coverage.reportPaths=coverage.out