Skip to content

Commit d140222

Browse files
author
Brian Cummings
committed
Hopefully fixed output path
1 parent e02002a commit d140222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_pathfinderhonormanager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: ./.github/actions/setup-dotnet
6262

6363
- name: Test with the dotnet CLI (OpenCover)
64-
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=PathfinderHonorManager.Tests/TestResults/coverage.opencover.xml /p:CoverletOutputFormat=opencover
64+
run: dotnet test PathfinderHonorManager.Tests/PathfinderHonorManager.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/coverage.opencover.xml /p:CoverletOutputFormat=opencover
6565

6666
- name: Upload coverage report
6767
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)