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
I am using DotCover commandline tool along with yml configuration file for check code coverage. I have around 10 mstest project dll inside debug folder. I have provided wild card match for TargetArguments and path to all the test assemblies using TargetWorkingDir. It's able to find all the 10 test dlls and run the code coverage. But I want to eliminate one dll from those 10. So I provided that inside ExcludeFilters. But still dotcover is running code coverage for all 10 test projects. Can someone please suggest, how can I exclude this one project.
I am using DotCover commandline tool along with yml configuration file for check code coverage. I have around 10 mstest project dll inside debug folder. I have provided wild card match for TargetArguments and path to all the test assemblies using TargetWorkingDir. It's able to find all the 10 test dlls and run the code coverage. But I want to eliminate one dll from those 10. So I provided that inside ExcludeFilters. But still dotcover is running code coverage for all 10 test projects. Can someone please suggest, how can I exclude this one project.
configuration.yml
The text was updated successfully, but these errors were encountered: