Skip to content

Commit

Permalink
Update danielpalme/ReportGenerator-GitHub-Action action to v5.4.0 (#1032
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[danielpalme/ReportGenerator-GitHub-Action](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action)
| action | minor | `5.3.11` -> `v5.4.0` |

---

### Release Notes

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

###
[`v5.4.0`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.0...5.4.0)

[Compare
Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.0...5.4.0)

###
[`v5.4.0`](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.0)

[Compare
Source](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.11...5.4.0)

-   Added support for .NET 9. Dropped support for .NET 6 and .NET 7
-
[#&#8203;699](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/699)
Rounding crap score to full number
-
[#&#8203;700](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/700)
Fixed handling of .netconfig files (sourceDirectories, reportTypes,
plugins, assemblyFilters, etc.)
-
[#&#8203;704](https://redirect.github.com/danielpalme/ReportGenerator-GitHub-Action/issues/704)
Improved handling of file filters

</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/gritcsenko/HomeInventory).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
gritcsenko authored Nov 13, 2024
2 parents 0a24b7f + 53fc45d commit 375ec62
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 @@ -178,7 +178,7 @@ jobs:
if: ${{ success() || steps.report.conclusion == 'failure' }}
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
- name: Create code coverage report
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11
uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.0
if: ${{ success() || steps.report.conclusion == 'failure' }}
with:
reports: "./src/HomeInventory/coverage.cobertura.xml" # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
Expand Down

0 comments on commit 375ec62

Please sign in to comment.