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

This commit is contained in:
2024-08-26 22:31:45 +02:00
parent e3b62eed14
commit 9cc5e31ba1

View File

@@ -35,8 +35,6 @@ jobs:
- name: "Restore/Build/Test" - name: "Restore/Build/Test"
run: | run: |
dotnet test ./src/LittleTown.sln --configuration Release --verbosity normal --logger "nunit;LogFileName=TestResults.xml" dotnet test ./src/LittleTown.sln --configuration Release --verbosity normal --logger "nunit;LogFileName=TestResults.xml"
dotnet tool install -g dotnet-reportgenerator-globaltool
reportgenerator "-reports:TestResults.xml" "-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. - 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 uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8
with: with: