the-dext / RunCoverletReport

A Visual Studio 2019 Extension to run Coverlet and Report Generator
MIT License
41 stars 15 forks source link

Is there a way to run code coverage with current test project #21

Open cuteribs opened 1 year ago

cuteribs commented 1 year ago

Hi,

First of all, this is a great VS extension!

But when I try to cover one of my project, I don't expect the whole solution got restored/built/tested.

Is there any options/settings to let me just run the coverage against the select test project?