We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300d947 commit 26f9ac8Copy full SHA for 26f9ac8
sonar-project.properties
@@ -9,5 +9,5 @@ sonar.projectName=tech-challenge-order-api
9
10
sonar.exclusions=**/mocks/**,**/deploy/**,**/docs/**,**/cmd/**
11
12
-sonar.test.exclusions=**/mocks/**,**/deploy/**,**/docs/**,**/cmd/**
+sonar.test.inclusions=**/*_test.go
13
sonar.go.coverage.reportPaths=/github/workspace/coverage.out
0 commit comments