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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
we are seeing a difference in code coverage results created from Visual studio UI and the command line option dotnet test , even though both using the same runsettings file.
After deep look found out the Ui is using coverable lines to calculate the percentage.
is there any option available in dotnet test to calculate the coverage based on Coverable lines?
The text was updated successfully, but these errors were encountered:
we are seeing a difference in code coverage results created from Visual studio UI and the command line option dotnet test , even though both using the same runsettings file.
After deep look found out the Ui is using coverable lines to calculate the percentage.
is there any option available in dotnet test to calculate the coverage based on Coverable lines?
The text was updated successfully, but these errors were encountered: