Skip to content

Commit

Permalink
Move stryker out of sonarscanner execution
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamictulip committed Aug 20, 2024
1 parent 9f6dd05 commit a8303ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
dotnet restore DfE.FindInformationAcademiesTrusts
dotnet build DfE.FindInformationAcademiesTrusts -c Release
dotnet-coverage collect "dotnet test" -f xml -o "coverage.xml"
dotnet stryker -r "cleartext" -r "html" --threshold-high 90 --threshold-low 81 --break-at 80
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
dotnet stryker -r "cleartext" -r "html" --threshold-high 90 --threshold-low 81 --break-at 80

0 comments on commit a8303ba

Please sign in to comment.