File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 78
78
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
79
79
ConnectionStrings__DefaultConnection : ${{ env.CONNECTION_STRING }}
80
80
run : |
81
- dotnet-sonarscanner begin /k:"DFE-Digital_trams-data -api" /o:"dfe-digital" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml
81
+ dotnet-sonarscanner begin /k:"DFE-Digital_academies -api" /o:"dfe-digital" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml
82
82
dotnet build --no-restore
83
83
dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
84
84
reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:./CoverageReport -reporttypes:SonarQube
You can’t perform that action at this time.
0 commit comments