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

This commit is contained in:
2024-08-26 22:13:11 +02:00
parent dd38a0f22d
commit 646d6b7ab7

View File

@@ -35,6 +35,7 @@ jobs:
- name: "Restore/Build/Test"
run: |
dotnet test ./src/LittleTown.sln --configuration Release --verbosity normal --logger trx --collect:"XPlat Code Coverage" --logger:"trx;LogFileName=test_results.xml"
report-tool publish test_results.xml
- 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: