Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xusterlg committed Dec 31, 2024
1 parent 24ec7ae commit ceb5cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
/k:"autoguru-au_kv-push" \
/o:"autoguru-au" \
/d:sonar.cs.opencover.reportsPaths="./TestResults/Coverage/coverage.opencover.xml" \
/d:sonar.scanner.skipJreProvisioning=true
/d:sonar.scanner.skipJreProvisioning=true \
/d:sonar.login="${{ secrets.SONAR_TOKEN }}"
dotnet build ./AutoGuru.KeyValuePush.sln
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 comments on commit ceb5cd2

Please sign in to comment.