Skip to content

Commit 35e203b

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.1 to 5.5.3 (#2021)
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.1 to 5.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/danielpalme/reportgenerator-github-action/releases">danielpalme/ReportGenerator-GitHub-Action's releases</a>.</em></p> <blockquote> <h2>5.5.3</h2> <ul> <li><a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/776">danielpalme/ReportGenerator#776</a>: Fix issue in coverage delta chart</li> </ul> <h2>5.5.2</h2> <ul> <li><a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/772">danielpalme/ReportGenerator#772</a>: Added coverage delta chart for comparision with previous coverage report</li> <li><a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/773">danielpalme/ReportGenerator#773</a>: Improved handling of file paths on Unix systems</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/2a82782178b2816d9d6960a7345fdd164791b323"><code>2a82782</code></a> 5.5.3</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/2a7030e9775aab6c78e80cb66843051acdacee3e"><code>2a7030e</code></a> 5.5.2</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/526da1d670ccf59bb864ee5c027b899cafef1af5"><code>526da1d</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/danielpalme/reportgenerator-github-action/compare/5.5.1...5.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=danielpalme/ReportGenerator-GitHub-Action&package-manager=github_actions&previous-version=5.5.1&new-version=5.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e4669c commit 35e203b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --results-directory coverage
4949

5050
- name: ReportGenerator
51-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.1
51+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3
5252
with:
5353
reports: coverage/**/coverage.cobertura.xml
5454
targetdir: coveragereport

0 commit comments

Comments
 (0)