small workflow cleanups

This commit is contained in:
Miha Kralj
2024-10-06 11:04:48 -07:00
parent 944b807293
commit bcac34bf09
4 changed files with 7 additions and 12 deletions
+3 -2
View File
@@ -48,9 +48,10 @@ jobs:
dotnet sonarscanner begin \
/k:"mihakralj_QuanTAlib" \
/o:"mihakralj" \
/d:sonar.login="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.host.url="https://sonarcloud.io" \
/d:sonar.cs.dotcover.reportsPaths=dotcover*
/d:sonar.cs.dotcover.reportsPaths=dotcover* \
/d:sonar.scanner.scanAll=false
- name: Build
run: |