This commit is contained in:
@@ -67,3 +67,5 @@ jobs:
|
|||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
with:
|
||||||
|
projectBaseDir: Backend
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
sonar.projectKey=arbeitszeitmessung
|
sonar.projectKey=arbeitszeitmessung
|
||||||
sonar.projectBaseDir=Backend
|
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
sonar.exclusions=**/*_test.go, **/*_templ.go
|
sonar.exclusions=**/*_test.go, **/*_templ.go
|
||||||
|
|
||||||
sonar.tests=.
|
sonar.tests=.
|
||||||
sonar.test.inclusions=**/*_test.go
|
sonar.test.inclusions=**/*_test.go
|
||||||
sonar.go.tests.reportPaths=Backend/.test/report.json
|
sonar.go.tests.reportPaths=.test/report.json
|
||||||
sonar.go.coverage.reportPaths=Backend/.test/coverage.out
|
sonar.go.coverage.reportPaths=.test/coverage.out
|
||||||
|
|||||||
Reference in New Issue
Block a user