suite7
Some checks failed
dotnet package / build (8.0.x) (push) Successful in 1m38s
Main Build Process / Build & Test (pull_request) Failing after 1m35s

This commit is contained in:
2024-08-26 23:34:44 +02:00
parent 6e38a4ae49
commit 9729989ee6
2 changed files with 2 additions and 62 deletions

View File

@@ -35,6 +35,8 @@ jobs:
- name: "Restore/Build/Test"
run: |
dotnet test ./src/LittleTown.sln --configuration Release --logger "trx;LogFileName=TestResults.trx" --collect:"XPlat Code Coverage"
dotnet tool install -g dotnet-reportgenerator-globaltool
reportgenerator "-reports:TestResults.trx" "-targetdir:./report" "-reporttypes:Html"
- name: Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them.
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8
with: