Skip to content

Commit

Permalink
fix: missing v
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Jun 17, 2024
1 parent 1296ece commit 250c7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd cahfrontend
npx vitest run --coverage
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@2.3.0
uses: sonarsource/sonarcloud-github-action@v2.3.0
with:
args: >
-Dsonar.go.coverage.reportPaths=backend/coverage.out
Expand Down

0 comments on commit 250c7b5

Please sign in to comment.