Skip to content

Releases: danielpalme/ReportGenerator-GitHub-Action

5.4.2

21 Dec 20:35
94ea157
Compare
Choose a tag to compare
  • #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

5.4.1

13 Nov 19:03
810356c
Compare
Choose a tag to compare
  • #707 Fixed issue with file filters

5.4.0

12 Nov 20:37
51bf1a3
Compare
Choose a tag to compare
  • 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

5.3.11

09 Oct 20:34
62f9e70
Compare
Choose a tag to compare

5.3.10

28 Sep 19:45
b7115d2
Compare
Choose a tag to compare
  • #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

03 Sep 18:45
e3af725
Compare
Choose a tag to compare
  • #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

15 Jul 20:03
5808021
Compare
Choose a tag to compare

5.3.7

28 Jun 20:03
345a7c3
Compare
Choose a tag to compare
  • 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

03 Jun 13:48
4924a48
Compare
Choose a tag to compare

#676: Fixed issue with Cobertura files with empty class names

5.3.5

01 Jun 09:25
fa72809
Compare
Choose a tag to compare
  • #663: Improved support for Cobertura files generated by "Microsoft CodeCoverage"
  • #674: License can now be supplied via the REPORTGENERATOR_LICENSE environment variable