File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
6868 run : |
6969 dotnet-sonarscanner begin `
70- /k:"microcks_microcks-testcontainers-java " `
70+ /k:"microcks_microcks-testcontainers-dotnet " `
7171 /o:"microcks" `
7272 /d:sonar.token="${{ secrets.SONAR_TOKEN }}" `
7373 /d:sonar.host.url="https://sonarcloud.io" `
9595 if : ${{ inputs.use-sonarcloud == true }}
9696 run : |
9797 dotnet tool install --global dotnet-coverage
98- dotnet-coverage collect --output-format xml --output "coverage.xml" "dotnet test --no-build --configuration Release --logger trx"
98+ dotnet-coverage collect --output-format xml --output "coverage.xml" "dotnet test --no-build --configuration Release --logger trx --results-directory testresults "
9999 shell : pwsh
100100
101101 - name : Stop SonarQube Analysis
You can’t perform that action at this time.
0 commit comments