Skip to content

Commit

Permalink
chore(deps): update danielpalme/reportgenerator-github-action action …
Browse files Browse the repository at this point in the history
…to v5.2.1 (#455)

[![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.0` -> `5.2.1` |

---

### Release Notes

<details>
<summary>danielpalme/ReportGenerator-GitHub-Action
(danielpalme/ReportGenerator-GitHub-Action)</summary>

###
[`v5.2.1`](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.2.1)

[Compare
Source](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.2.0...5.2.1)

- Added 'Crap Score' metric for Coberatura coverage files (contrbuted by
[@&#8203;rikrak](https://togithub.com/rikrak))
-
[#&#8203;645](https://togithub.com/danielpalme/ReportGenerator-GitHub-Action/issues/645)
Added new report type 'CodeClimate'

</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 becomes conflicted, 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 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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 3, 2024
1 parent 0181623 commit f431a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
name: Code coverage (Windows)
path: Coverage/Windows
- name: Generate coverage report
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.1
with:
reports: "Coverage/**/coverage.cobertura.xml"
targetdir: "coverage-report"
Expand Down

0 comments on commit f431a76

Please sign in to comment.