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 5be3f51 commit 80ca488Copy full SHA for 80ca488
.github/workflows/BuildApp.yaml
@@ -48,7 +48,7 @@ jobs:
48
-Dsonar.language=go
49
-Dsonar.qualitygate.wait=true
50
-Dsonar.go.coverage.reportPaths=./coverage.out
51
- -Dsonar.test.exclusions="cmd/**, assets/**, docs/**, mocks/**"
+ -Dsonar.tests=./internal/
52
-Dsonar.verbose=true
53
54
- name: Login to GitHub Container Registry
0 commit comments