Skip to content

v0.2.0

Compare
Choose a tag to compare
@dylandreimerink dylandreimerink released this 25 Jul 12:06
· 11 commits to master since this release

This release improves the quality of the coverage reports by parsing the source files and generating coverage information. This helps since compilers often optimize out parts of the code which didn't appear as uncovered before. With this update, all expressions and declarations are marked as uncovered code unless marked covered by the code coverage results.