Skip to content

Commit

Permalink
fix go goverage
Browse files Browse the repository at this point in the history
Signed-off-by: Lennart Krauch <lennart.krauch@inovex.de>
  • Loading branch information
Lennart01 committed Jan 27, 2025
1 parent 3b0aab7 commit 93583de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: server/src/coverage.txt
key: ${{ runner.os }}-mycache-${{ github.run_id }}
key: ${{ runner.os }}-coverage-${{ github.run_id }}
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
Expand Down

0 comments on commit 93583de

Please sign in to comment.