You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was using "coverlet.collector" version 1.3.0 and changed to 3.0.0. My coverage changed from 70% to 50%. Comparing the results, it seams that this new version have some problem detecting that a line was visited. My "uncovered lines" was 651 and changed to 1239 on this new version.
Analyzing one of the files that increased de uncovered lines, I saw many lines that my unit test covers but the report shows 0 visits.