suite6
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
8.x
|
8.x
|
||||||
- name: "Restore/Build/Test"
|
- name: "Restore/Build/Test"
|
||||||
run: |
|
run: |
|
||||||
dotnet test ./src/LittleTown.sln --configuration Release --logger "trx;LogFileName=TestResults.trx"
|
dotnet test ./src/LittleTown.sln --configuration Release --logger "trx;LogFileName=TestResults.trx" --collect:"XPlat Code Coverage"
|
||||||
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user