We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c9ff9a + 03fe4c5 commit dfee7f4Copy full SHA for dfee7f4
.github/workflows/main_pathfinderhonormanager.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build solution
22
run: dotnet build --no-incremental
23
- name: Test with the dotnet CLI (OpenCover)
24
- run: dotnet test PathfinderHonorManager.Tests/PathfinderHonorManager.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/coverage.opencover.xml /p:CoverletOutputFormat=opencover /p:UseSourceLink=true
+ run: dotnet test PathfinderHonorManager.Tests/PathfinderHonorManager.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/coverage.opencover.xml /p:CoverletOutputFormat=opencover
25
- name: Upload coverage report
26
uses: actions/upload-artifact@v4
27
with:
0 commit comments