Skip to content

Commit

Permalink
Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.3 to 5.4.4 (#165
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 6bd7186 commit e4720b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# ReportGenerator -reports:"src/**/TestResults/**/coverage.cobertura.xml" -targetdir:coveragereport
- name: 📊 ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.3
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.4
with:
reports: 'src/**/TestResults/**/coverage.cobertura.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.
Expand Down

0 comments on commit e4720b8

Please sign in to comment.