v2.0.0
- #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 theThreshold
property to - ebedd70 renames
Exclude
property toExcludeByFile
* - 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