Skip to content

Commit b446ba7

Browse files
chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.3 (#156)
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.2` -> `v5.4.3` | --- ### Release Notes <details> <summary>danielpalme/ReportGenerator-GitHub-Action (danielpalme/ReportGenerator-GitHub-Action)</summary> ### [`v5.4.3`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.3...5.4.3) [Compare Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.3...5.4.3) ### [`v5.4.3`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.3) [Compare Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.2...5.4.3) - [#&#8203;717](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/717) Added new new coverage type "Full method coverage" (percentage of methods that are fully covered) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 672a31f commit b446ba7

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/[email protected].2
181+
uses: danielpalme/[email protected].3
182182
with:
183183
reports: "Coverage/**/coverage.cobertura.xml"
184184
targetdir: "coverage-report"

0 commit comments

Comments
 (0)