Releases: danielpalme/ReportGenerator-GitHub-Action
Releases · danielpalme/ReportGenerator-GitHub-Action
5.3.11
Update dependencies (GHSA-8g4q-xg66-9fp4)
5.3.10
- #695 HTML reports: Performance and memory improvements (contributed by @afscrome)
- #690 Fixed handling of history files for classes with not unique names
5.3.9
- #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)
5.3.8
- #681 Updated System.Text.Json to address CVE-2024-30105 (contributed by @304NotModified)
5.3.7
- Exclude empty modules/assemblies from reports
-Fix sort direction triangles (contributed by @YuriyDurov)
-#602: HtmlSummary and Html_BlueRed_Summary report types now also create an index.html file
5.3.6
#676: Fixed issue with Cobertura files with empty class names
5.3.5
- #663: Improved support for Cobertura files generated by "Microsoft CodeCoverage"
- #674: License can now be supplied via the REPORTGENERATOR_LICENSE environment variable
5.3.4
- #664: Added filter options for risk hotspots: '-riskhotspotassemblyfilters:', '-riskhotspotclassfilters:'
5.3.0
- Azure DevOps task: Added new setting "publishCodeCoverageResults" This allows to publish report in 'Code Coverage' tab directly. Makes the 'PublishCodeCoverageResults' task obsolete.
- #662: Added ability to filter by coverage in Html reports
- #667: Added new report type 'MarkdownAssembliesSummary'
5.2.5
- #665 Improved handling of duplicate classes in JaCoCo files