Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.1 #24

Merged
mcmuzzle merged 1 commits from renovate/danielpalme-reportgenerator-github-action-5.x into main 2026-02-05 17:55:10 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
danielpalme/ReportGenerator-GitHub-Action action minor 5.3.8v5.5.1

Release Notes

danielpalme/ReportGenerator-GitHub-Action (danielpalme/ReportGenerator-GitHub-Action)

v5.5.1

Compare Source

v5.5.1

Compare Source

v5.5.0

Compare Source

v5.5.0

Compare Source

v5.4.18

Compare Source

v5.4.18

Compare Source

v5.4.17

Compare Source

v5.4.17

Compare Source

v5.4.16

Compare Source

v5.4.16

Compare Source

v5.4.15

Compare Source

v5.4.15

Compare Source

v5.4.14

Compare Source

v5.4.14

Compare Source

  • Added support for Testwell CTC++ coverage files (PRO version only)
  • danielpalme/ReportGenerator#753: Added title elements to SVGs generated with SvgChart report type

v5.4.13: 5.4.13

Compare Source

danielpalme/ReportGenerator#751: Improved support for large numbers in LCOV files

v5.4.13: 5.4.13

Compare Source

danielpalme/ReportGenerator#751: Improved support for large numbers in LCOV files

v5.4.12

Compare Source

v5.4.12

Compare Source

#​750: Cobertura reports now contain timestamp in UTC format

v5.4.11

Compare Source

v5.4.11

Compare Source

Update Angular

v5.4.10

Compare Source

v5.4.10

Compare Source

#​744: Azure DevOps task: Added support for nodeJS 20

v5.4.9

Compare Source

v5.4.9

Compare Source

  • #​744: Azure DevOps task: Added support for nodeJS 20

v5.4.8

Compare Source

v5.4.8

Compare Source

  • #​737 Improved lcov support (take FNDA elements into account to determine whether a code element has been covered)
  • #​741 Charts does not render "Full method coverage" elements if coverage information is not available
  • Added new setting "applyMaximumGroupingLevel". This allows to apply the maximum grouping level instead of the default 'By assembly' grouping in HTML reports.

v5.4.7

Compare Source

v5.4.7

Compare Source

#​731 Added option to break build when maximum risk hotspots metrics are exceeded

v5.4.6

Compare Source

v5.4.6

Compare Source

#​730 Added support for the REPORTGENERATOR_LICENSE environment variable in the MSBuild task (contributed by @​0xced)

v5.4.5

Compare Source

v5.4.5

Compare Source

#​724 Fixed splitting of possible glob patterns (contributed by @​karl-sjogren)

v5.4.4

Compare Source

v5.4.4

Compare Source

  • #​714 Improved AoT support
  • #​721 Added support for comma-separated arguments in addition to semicolon

v5.4.3

Compare Source

v5.4.3

Compare Source

  • #​717 Added new new coverage type "Full method coverage" (percentage of methods that are fully covered)

v5.4.2

Compare Source

v5.4.2

Compare Source

  • #​700 Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.)
  • #​716 Increased precision of percentages in CsvSummary and TextSummary reports (contributed by @​tomap)
  • #​719 Fixed badges in MarkdownAssembliesSummary report

v5.4.1

Compare Source

v5.4.1

Compare Source

  • #​707 Fixed issue with file filters

v5.4.0

Compare Source

v5.4.0

Compare Source

  • Added support for .NET 9. Dropped support for .NET 6 and .NET 7
  • #​699 Rounding crap score to full number
  • #​700 Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.)
  • #​704 Improved handling of file filters

v5.3.11

Compare Source

v5.3.11

Compare Source

Update dependencies (https://github.com/advisories/GHSA-8g4q-xg66-9fp4)

v5.3.10

Compare Source

v5.3.10

Compare Source

  • #​695 HTML reports: Performance and memory improvements (contributed by @​afscrome)
  • #​690 Fixed handling of history files for classes with not unique names

v5.3.9

Compare Source

v5.3.9

Compare Source

  • #​685 Extended "raw mode" for dotCover format (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class.
  • #​691 Cobertura parser: Performance and memory improvements (contributed by @​afscrome)

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/ReportGenerator-GitHub-Action) | action | minor | `5.3.8` → `v5.5.1` | --- ### Release Notes <details> <summary>danielpalme/ReportGenerator-GitHub-Action (danielpalme/ReportGenerator-GitHub-Action)</summary> ### [`v5.5.1`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.5.1...5.5.1) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.5.1...5.5.1) ### [`v5.5.1`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.5.1) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.5.0...5.5.1) - [danielpalme/ReportGenerator#766](https://github.com/danielpalme/ReportGenerator/issues/766): Added new setting "preserveTrailingEmptyLine". - [danielpalme/ReportGenerator#769](https://github.com/danielpalme/ReportGenerator/pull/769): Added support for Cobertura files exported from Swift (contributed by [@&#8203;Vovanni](https://github.com/Vovanni)) ### [`v5.5.0`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.5.0...5.5.0) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.5.0...5.5.0) ### [`v5.5.0`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.5.0) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.18...5.5.0) - Added support for .NET 10 - [danielpalme/ReportGenerator#762](https://github.com/danielpalme/ReportGenerator/issues/762): Improved handling of generic classes in DynamicCodeCoverage files (generated by dotnet-coverage) - [danielpalme/ReportGenerator#763](https://github.com/danielpalme/ReportGenerator/issues/763): Added new setting "includeAllDatesInCharts". ### [`v5.4.18`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.18...5.4.18) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.18...5.4.18) ### [`v5.4.18`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.18) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.17...5.4.18) - [danielpalme/ReportGenerator#760](https://github.com/danielpalme/ReportGenerator/issues/760): Improved light/dark mode when "Auto Dark Mode for Web Contents" is enabled in Chrome/Edge - [danielpalme/ReportGenerator#762](https://github.com/danielpalme/ReportGenerator/issues/762): Improved handling of generic classes in DynamicCodeCoverage files (generated by dotnet-coverage) ### [`v5.4.17`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.17...5.4.17) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.17...5.4.17) ### [`v5.4.17`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.17) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.16...5.4.17) - [danielpalme/ReportGenerator#756](https://github.com/danielpalme/ReportGenerator/issues/756): Added new report type 'Markdown' - [danielpalme/ReportGenerator#757](https://github.com/danielpalme/ReportGenerator/issues/757): Improved title elements in SVGs charts embedded in MHTML report ### [`v5.4.16`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.16...5.4.16) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.16...5.4.16) ### [`v5.4.16`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.16) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.15...5.4.16) - [danielpalme/ReportGenerator#755](https://github.com/danielpalme/ReportGenerator/issues/755): Improved MHTML reports (inline CSS) ### [`v5.4.15`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.15...5.4.15) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.15...5.4.15) ### [`v5.4.15`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.15) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.14...5.4.15) - [danielpalme/ReportGenerator#752](https://github.com/danielpalme/ReportGenerator/issues/752): Added support for Scoverage input format - [danielpalme/ReportGenerator#753](https://github.com/danielpalme/ReportGenerator/issues/753): Added tiny history charts to HTML reports (if JavaScript is disabled) ### [`v5.4.14`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.14...5.4.14) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.14...5.4.14) ### [`v5.4.14`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.14) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.13...5.4.14) - Added support for Testwell CTC++ coverage files (PRO version only) - [danielpalme/ReportGenerator#753](https://github.com/danielpalme/ReportGenerator/issues/753): Added title elements to SVGs generated with SvgChart report type ### [`v5.4.13`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/v5.4.13): 5.4.13 [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.13...5.4.13) [danielpalme/ReportGenerator#751](https://github.com/danielpalme/ReportGenerator/issues/751): Improved support for large numbers in LCOV files ### [`v5.4.13`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/v5.4.13): 5.4.13 [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.12...5.4.13) [danielpalme/ReportGenerator#751](https://github.com/danielpalme/ReportGenerator/issues/751): Improved support for large numbers in LCOV files ### [`v5.4.12`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.12...5.4.12) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.12...5.4.12) ### [`v5.4.12`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.12) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.11...5.4.12) [#&#8203;750](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/750): Cobertura reports now contain timestamp in UTC format ### [`v5.4.11`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.11...5.4.11) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.11...5.4.11) ### [`v5.4.11`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.11) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.10...5.4.11) Update Angular ### [`v5.4.10`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.10...5.4.10) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.10...5.4.10) ### [`v5.4.10`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.10) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.9...5.4.10) [#&#8203;744](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/744): Azure DevOps task: Added support for nodeJS 20 ### [`v5.4.9`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.9...5.4.9) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.9...5.4.9) ### [`v5.4.9`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.9) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.8...5.4.9) - [#&#8203;744](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/744): Azure DevOps task: Added support for nodeJS 20 ### [`v5.4.8`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.8...5.4.8) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.8...5.4.8) ### [`v5.4.8`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.8) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.7...5.4.8) - [#&#8203;737](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/737) Improved lcov support (take FNDA elements into account to determine whether a code element has been covered) - [#&#8203;741](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/741) Charts does not render "Full method coverage" elements if coverage information is not available - Added new setting "applyMaximumGroupingLevel". This allows to apply the maximum grouping level instead of the default 'By assembly' grouping in HTML reports. ### [`v5.4.7`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.7...5.4.7) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.7...5.4.7) ### [`v5.4.7`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.7) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.6...5.4.7) [#&#8203;731](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/731) Added option to break build when maximum risk hotspots metrics are exceeded ### [`v5.4.6`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.6...5.4.6) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.6...5.4.6) ### [`v5.4.6`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.6) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.5...5.4.6) [#&#8203;730](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/730) Added support for the REPORTGENERATOR\_LICENSE environment variable in the MSBuild task (contributed by [@&#8203;0xced](https://github.com/0xced)) ### [`v5.4.5`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.5...5.4.5) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.5...5.4.5) ### [`v5.4.5`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.5) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.4...5.4.5) [#&#8203;724](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/724) Fixed splitting of possible glob patterns (contributed by [@&#8203;karl-sjogren](https://github.com/karl-sjogren)) ### [`v5.4.4`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.4...5.4.4) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.4...5.4.4) ### [`v5.4.4`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.4) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.3...5.4.4) - [#&#8203;714](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/714) Improved AoT support - [#&#8203;721](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/721) Added support for comma-separated arguments in addition to semicolon ### [`v5.4.3`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.3...5.4.3) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.3...5.4.3) ### [`v5.4.3`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.3) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.2...5.4.3) - [#&#8203;717](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/717) Added new new coverage type "Full method coverage" (percentage of methods that are fully covered) ### [`v5.4.2`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.2...5.4.2) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.2...5.4.2) ### [`v5.4.2`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.2) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.1...5.4.2) - [#&#8203;700](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/700) Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.) - [#&#8203;716](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/716) Increased precision of percentages in CsvSummary and TextSummary reports (contributed by [@&#8203;tomap](https://github.com/tomap)) - [#&#8203;719](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/719) Fixed badges in MarkdownAssembliesSummary report ### [`v5.4.1`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.1...5.4.1) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.1...5.4.1) ### [`v5.4.1`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.1) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.0...5.4.1) - [#&#8203;707](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/707) Fixed issue with file filters ### [`v5.4.0`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.0...5.4.0) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.4.0...5.4.0) ### [`v5.4.0`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.4.0) [Compare Source](https://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://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/699) Rounding crap score to full number - [#&#8203;700](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/700) Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.) - [#&#8203;704](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/704) Improved handling of file filters ### [`v5.3.11`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.11...5.3.11) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.11...5.3.11) ### [`v5.3.11`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.11) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.10...5.3.11) Update dependencies (<https://github.com/advisories/GHSA-8g4q-xg66-9fp4>) ### [`v5.3.10`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.10...5.3.10) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.10...5.3.10) ### [`v5.3.10`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.10) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.9...5.3.10) - [#&#8203;695](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/695) HTML reports: Performance and memory improvements (contributed by [@&#8203;afscrome](https://github.com/afscrome)) - [#&#8203;690](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/690) Fixed handling of history files for classes with not unique names ### [`v5.3.9`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.9...5.3.9) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.9...5.3.9) ### [`v5.3.9`](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases/tag/5.3.9) [Compare Source](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.3.8...5.3.9) - [#&#8203;685](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/685) Extended "raw mode" for dotCover format (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class. - [#&#8203;691](https://github.com/danielpalme/ReportGenerator-GitHub-Action/issues/691) Cobertura parser: Performance and memory improvements (contributed by [@&#8203;afscrome](https://github.com/afscrome)) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovateBot added 1 commit 2026-02-05 16:52:35 +00:00
Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.1
Some checks failed
Main Build Process / Build & Test (pull_request) Successful in 1m24s
Main Build Process / Build & Test (push) Has been cancelled
check main state / build (8.0.x) (push) Has been cancelled
9f9032d9af

Code Coverage

Package Line Rate Branch Rate Complexity Health
LittleTown.Core 93% 93% 85
LittleTown.StaticDataAccess 100% 100% 9
Summary 94% (145 / 154) 93% (56 / 60) 94
![Code Coverage](https://img.shields.io/badge/Code%20Coverage-94%25-success?style=flat) Package | Line Rate | Branch Rate | Complexity | Health -------- | --------- | ----------- | ---------- | ------ LittleTown.Core | 93% | 93% | 85 | ✔ LittleTown.StaticDataAccess | 100% | 100% | 9 | ✔ **Summary** | **94%** (145 / 154) | **93%** (56 / 60) | **94** | ✔
mcmuzzle merged commit 9f9032d9af into main 2026-02-05 17:55:10 +00:00
mcmuzzle deleted branch renovate/danielpalme-reportgenerator-github-action-5.x 2026-02-05 17:55:11 +00:00
Sign in to join this conversation.