We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee054b commit 4f7eeffCopy full SHA for 4f7eeff
.github/workflows/main_pathfinderhonormanager.yml
@@ -20,7 +20,13 @@ jobs:
20
- uses: ./.github/actions/setup-dotnet
21
22
- name: Test with the dotnet CLI
23
- run: dotnet test
+ 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
30
31
analyze:
32
name: Analyze
0 commit comments