Skip to content

Releases: danielpalme/ReportGenerator-GitHub-Action

5.4.11

28 Jul 17:51
c1dd332
Compare
Choose a tag to compare

5.4.10

24 Jul 19:38
c1dd332
Compare
Choose a tag to compare

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

5.4.9

16 Jul 17:50
82ef2bc
Compare
Choose a tag to compare
  • #744: Azure DevOps task: Added support for nodeJS 20

5.4.8

15 Jun 19:42
4c0f60d
Compare
Choose a tag to compare
  • #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.

5.4.7

10 May 20:06
c957665
Compare
Choose a tag to compare

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

5.4.6

04 May 10:36
cc137d2
Compare
Choose a tag to compare

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

5.4.5

23 Mar 18:33
25b1e02
Compare
Choose a tag to compare

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

5.4.4

09 Feb 16:59
f1927db
Compare
Choose a tag to compare
  • #714 Improved AoT support
  • #721 Added support for comma-separated arguments in addition to semicolon

5.4.3

28 Dec 19:57
c38c522
Compare
Choose a tag to compare
  • #717 Added new new coverage type "Full method coverage" (percentage of methods that are fully covered)

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