What's Changed
- add support for checking coverage using multiple coverage profile files #74
- add ability to exclude entire function from coverage statistics #75
- add ability to exclude whole body of
if
,switch
,select
andfor
statements with annotation #77, #79 - exclude files with no statements #76
Full Changelog: v2.9.0...v2.10.0