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 2626 Start-Process -FilePath .\OpenCppCoverageSetup.exe -ArgumentList "/SUPRESSMSGBOXES /NORESTART /VERYSILENT" -NoNewWindow -Wait
2727
2828 - name : Install build-wrapper
29- uses : sonarsource/sonarqube-scan-action/install-build-wrapper@antonio/SCCPPGHA-10 -rebranding-forwarding
29+ uses : sonarsource/sonarqube-scan-action/install-build-wrapper@antonio/SQCPPGHA-9 -rebranding-and-forward
3030
3131 - name : Run build-wrapper
3232 run : |
3939 run : |
4040 &"C:\Program Files\OpenCppCoverage\OpenCppCoverage.exe" --cover_children --sources=$(pwd) --modules test*\*\test*.dll "--export_type=cobertura:cobertura.xml" -- vstest.console.exe test1\*\test1.dll test2\*\test2.dll
4141 - name : Run sonar-scanner
42- uses : sonarsource/sonarqube-scan-action@antonio/SCCPPGHA-10 -rebranding-forwarding
42+ uses : sonarsource/sonarqube-scan-action@antonio/SQCPPGHA-9 -rebranding-and-forward
4343 env :
4444 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545 SONAR_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
You can’t perform that action at this time.
0 commit comments