-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Labels
waiting for customerWaiting for customer actionWaiting for customer action
Description
I have to test Numbers.cs. It has dependency of TestDependancyProj1. I attached solution and directory structure picture.
CodeCoverageSolutionLevel and CodeCoverageSolutionLevel2 are unit test projects
now I run command being at solution directory to exclude TestDependancyProj1 from coverage report
dotnet test ./CodeCoverageSolutionLevel2/CodeCoverageSolutionLevel2.csproj -l trx -r TestResults /p:CollectCoverage=true /p:CoverletOutput=../TestResults/coverage2 /p:Exclude="[TestDependancyProj1*]*"\ /p:CoverletOutputFormat=cobertura
could you please help here to exclude project dependencies from coverage report
Metadata
Metadata
Assignees
Labels
waiting for customerWaiting for customer actionWaiting for customer action

