- #102 fixes issues with NUNIT3 Test adapter (#101)
- #104 shows overall averages as part of final console output
- #112 adds support for standard
ExcludeFromCodeCoverage
attribute to specify types and methods to exclude from code coverage. DeprecatesExcludeFromCoverage
attribute - 7f190e4 prevents Opencover and Cobertura output generated at the same time from overwriting each other (#111)
- #116 strongly signs the Coverlet assembly and aims to fix #40