Skip to content

Commit 672a31f

Browse files
chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.2 (#155)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danielpalme/ReportGenerator-GitHub-Action](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action) | action | patch | `v5.4.1` -> `v5.4.2` | --- ### Release Notes <details> <summary>danielpalme/ReportGenerator-GitHub-Action (danielpalme/ReportGenerator-GitHub-Action)</summary> ### [`v5.4.2`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.2...5.4.2) [Compare Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.2...5.4.2) ### [`v5.4.2`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.2) [Compare Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.1...5.4.2) - [#&#8203;700](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/700) Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.) - [#&#8203;716](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/716) Increased precision of percentages in CsvSummary and TextSummary reports (contributed by [@&#8203;tomap](https://redirect.github.com/tomap)) - [#&#8203;719](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/719) Fixed badges in MarkdownAssembliesSummary report </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Testably/Testably.Architecture.Rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4159c00 commit 672a31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
name: Code coverage (Windows)
179179
path: Coverage/Windows
180180
- name: Generate coverage report
181-
uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.1
181+
uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.2
182182
with:
183183
reports: "Coverage/**/coverage.cobertura.xml"
184184
targetdir: "coverage-report"

0 commit comments

Comments
 (0)