From e18b4108c7b553f8f5487af5ce24f4d232fb208b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:36:58 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4 (#523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danielpalme/ReportGenerator-GitHub-Action](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action) | action | patch | `5.2.3` -> `5.2.4` | --- ### Release Notes
danielpalme/ReportGenerator-GitHub-Action (danielpalme/ReportGenerator-GitHub-Action) ### [`v5.2.4`](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.2.4) [Compare Source](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.2.3...5.2.4) \-[#​630](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/issues/630) Added "raw mode" (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class. This is useful to merge several Cobertura files into a single file.
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions). 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 3ec9d3af..cdb8e9ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: name: Code coverage (Windows) path: Coverage/Windows - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4 with: reports: "Coverage/**/coverage.cobertura.xml" targetdir: "coverage-report"