Skip to content

Commit 174b07e

Browse files
authored
Update SonarCloud project key
1 parent b50a708 commit 174b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7979
ConnectionStrings__DefaultConnection: ${{ env.CONNECTION_STRING }}
8080
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
8282
dotnet build --no-restore
8383
dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
8484
reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:./CoverageReport -reporttypes:SonarQube

0 commit comments

Comments
 (0)