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
Using coverage format "OpenCover" and the coverlet.msbuild package
In version 2.8.0 an async method in my Web API class shows no coverage (because I haven't written tests yet):
In version 2.8.1, the same method is just excluded from coverage entirely:
The coverage.opencover.xml shows a complete missing section for the method:
I do not have a minimal reproduction example but if needed I can probably make one.
May be related to 528956b