axodox/AxoCover

Sometimes AxoCover displays code coverage markers that do not match up with curly braces

Opened this issue · 0 comments

Sometimes AxoCover displays code coverage markers that do not match up with curly braces. All three of these methods are unit tested yet the code coverage markers appear in red and at an offset.

image

The bug appears to be related to the bug that sometimes duplicates assemblies on the Report tab:

image

This is with AxoCover 1.1.6.14, NUnit 3.10.1, and the Merge by hash checkbox checked:

image

Cleaning Debug and Release then recovering Debug fixed the issue.