From eaf0a40cccd27aae20163ff18988ec38b1defca8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:17:13 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.10 (#146) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.3.9` -> `v5.3.10` | --- ### Release Notes
danielpalme/ReportGenerator-GitHub-Action (danielpalme/ReportGenerator-GitHub-Action) ### [`v5.3.10`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.10...5.3.10) [Compare Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.10...5.3.10) ### [`v5.3.10`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.10) [Compare Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.9...5.3.10) - [#​695](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/695) HTML reports: Performance and memory improvements (contributed by [@​afscrome](https://redirect.github.com/afscrome)) - [#​690](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/690) Fixed handling of history files for classes with not unique names
--- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3070a9..4757bc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,7 +178,7 @@ jobs: name: Code coverage (Windows) path: Coverage/Windows - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@v5.3.9 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.3.10 with: reports: "Coverage/**/coverage.cobertura.xml" targetdir: "coverage-report"