Skip to content

Commit

Permalink
Merge pull request #361 from DFE-Digital/perform-release
Browse files Browse the repository at this point in the history
Perform release
  • Loading branch information
killij authored Jan 10, 2024
2 parents 95e121b + 563b3c6 commit e9073b3
Show file tree
Hide file tree
Showing 80 changed files with 2,013 additions and 1,576 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.host.url="https://sonarcloud.io"
dotnet build --no-incremental
dotnet-coverage collect -f xml -o coverage.xml "dotnet test"
dotnet-coverage collect --settings dotnet-cover-config.xml -f xml -o coverage.xml "dotnet test"
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
Loading

0 comments on commit e9073b3

Please sign in to comment.