Skip to content

Commit 1e0091a

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.0 to 5.5.1 (#268)
1 parent e50a63a commit 1e0091a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# ReportGenerator -reports:"src/Utility.Test/TestResults/**/coverage.cobertura.xml" -targetdir:coveragereport
6161
- name: ReportGenerator
62-
uses: danielpalme/[email protected].0
62+
uses: danielpalme/[email protected].1
6363
with:
6464
reports: 'src/Utility.Test/TestResults/**/coverage.cobertura.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
6565
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.

0 commit comments

Comments
 (0)