Skip to content

v2.0.0

Compare
Choose a tag to compare
@tonerdo tonerdo released this 17 May 10:53
· 905 commits to master since this release
  • #78 adds support for generating multiple report formats in a single run
  • #73 improves branch coverage support and output formats*
  • d2effb3 shows method coverage in summary output
  • #88 improves disk usage by using gzip compression
  • #93 adds ThresholdType property that allows you to specify the coverage type to apply the Threshold property to
  • ebedd70 renames Exclude property to ExcludeByFile*
  • 9ed0864 supports using filter expressions to exclude assemblies, namespaces or types. Uses the Exclude property*
  • #99 adds improvements to evaluation of filter expressions

* - Backwards incompatible change