Babak Fakhriloo
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created exclude/prevent running the integration test when running the "dotnet dotcover test" command.
Hi I know that "--dcFilters=" and "--dcAttributeFilters" help us to exclude running test coverage on projects or classes we want. But I can not find a way to prevent running integration test when ... -
Created Use AttributeFilters with "dotnet dotcover test"
I am trying to use this command and I get an error : dotnet dotcover test --dcReportType=HTML --AttributeFilters=System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute Error is : MSB...