Update test.yaml
All checks were successful
Tests / Run Go Tests (push) Successful in 1m17s

This commit is contained in:
2025-10-07 15:00:39 +02:00
parent f4e9915e7f
commit 750fb1ff58

View File

@@ -45,7 +45,7 @@ jobs:
restore-keys: |- restore-keys: |-
arbeitszeitmessung- arbeitszeitmessung-
- name: Run Go Tests - name: Run Go Tests
run: cd Backend && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json run: cd Backend && mkdir .test && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json
- uses: SonarSource/sonarqube-scan-action@v6 - uses: SonarSource/sonarqube-scan-action@v6
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}