Skip to content

Releases: danielpalme/ReportGenerator-GitHub-Action

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

5.3.4

25 May 18:47
9f1033d
Compare
Choose a tag to compare
  • #664: Added filter options for risk hotspots: '-riskhotspotassemblyfilters:', '-riskhotspotclassfilters:'

5.3.0

14 May 19:30
6b06171
Compare
Choose a tag to compare
  • 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

23 Apr 19:06
2a2d60e
Compare
Choose a tag to compare
  • #665 Improved handling of duplicate classes in JaCoCo files

5.2.4

19 Mar 20:49
3e39bd1
Compare
Choose a tag to compare

-#630 Added "raw mode" (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class. This is useful to merge several Cobertura files into a single file.

5.2.3

14 Mar 19:34
7a0988e
Compare
Choose a tag to compare
  • #656 Changed handling of files which are not found in source directory

5.2.2

24 Feb 20:06
b067e0c
Compare
Choose a tag to compare
  • #651 Added setting to add custom prefix to generated history files
  • #653 Fixed command line parameter handling on Linux and MacOS