Skip to content

Commit f07e160

Browse files
author
Brian Cummings
committed
coverage optimization
1 parent 3cdbe0e commit f07e160

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/main_pathfinderhonormanager.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,11 @@ jobs:
6363
- name: Test with the dotnet CLI (OpenCover)
6464
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/coverage.opencover.xml /p:CoverletOutputFormat=opencover
6565

66-
- name: Test with the dotnet CLI (Cobertura)
67-
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/coverage.cobertura.xml /p:CoverletOutputFormat=cobertura
68-
69-
- name: Upload coverage reports
66+
- name: Upload coverage report
7067
uses: actions/upload-artifact@v4
7168
with:
72-
name: coverage-reports
73-
path: TestResults
74-
75-
- name: Publish Code Coverage to Codecov
76-
uses: codecov/codecov-action@v4
77-
with:
78-
files: TestResults/coverage.cobertura.xml
79-
fail_ci_if_error: false
69+
name: coverage-report
70+
path: TestResults/coverage.opencover.xml
8071

8172
analyze:
8273
name: Analyze

0 commit comments

Comments
 (0)