Skip to content

Commit 4f7eeff

Browse files
author
Brian Cummings
committed
Added SQ coverage metrics
1 parent cee054b commit 4f7eeff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main_pathfinderhonormanager.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ jobs:
2020
- uses: ./.github/actions/setup-dotnet
2121

2222
- name: Test with the dotnet CLI
23-
run: dotnet test
23+
run: dotnet test --collect:"XPlat Code Coverage" --results-directory:"TestResults"
24+
25+
- name: Upload coverage report
26+
uses: actions/upload-artifact@v4
27+
with:
28+
name: coverage-report
29+
path: TestResults
2430

2531
analyze:
2632
name: Analyze

0 commit comments

Comments
 (0)