ademanuele / VSMac-CodeCoverage

A Visual Studio for Mac code coverage extension.
MIT License
75 stars 16 forks source link

Setting lines as uncovered without apparent reason #14

Open maneca opened 3 years ago

maneca commented 3 years ago

Hi,

Let me start by thanking you by this tool.

I have a Xamarin (Android and iOS) project with several modules and for each module I have a unit tests project. In some situations, the line coverage does not appear to be working correctly. See the situation below image

I don't understand how those lines appear uncovered since they are the definition of the structure of the JSON for the response of a REST request. Do you know if I am missing some configuration?

This is the runsettings file I am using (most of it is commented)

image

Thanks again.