Skip to content

Commit

Permalink
Update coverage-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed May 7, 2024
1 parent b0459be commit 1951762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-report.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create code coverage report
run: |
dotnet tool install -g dotnet-reportgenerator-globaltool
reportgenerator -reports:"libs/*/coverage/cobertura-coverage.xml" -targetdir:CodeCoverage -reporttypes:'MarkdownSummaryGithub,Cobertura'
reportgenerator -reports:"libs/*/coverage/cobertura-coverage.xml" -targetdir:CodeCoverage -reporttypes:'Cobertura;MarkdownSummaryGithub'
- name: Generate Coverage Report
uses: clearlyip/code-coverage-report-action@v4
Expand All @@ -62,4 +62,4 @@ jobs:
if: steps.code_coverage_report_action.outputs.file != '' && github.event_name == 'pull_request' && (success() || failure())
with:
recreate: true
path: code-coverage-results.md
path: code-coverage-results.md

0 comments on commit 1951762

Please sign in to comment.