File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments