Test Classes are not covered during Test Execution #478
Unanswered
Jagadeesh-tamizh
asked this question in
Q&A
Replies: 4 comments 8 replies
|
If you have RunMsCodeCoverage is Yes then set IncludeReferencedProjects to True. |
6 replies
|
Are you running tests in a container environment? So are you getting coverage for your SUT ? What are your full options ? Can you show your solution ? |
1 reply
|
Have you set HideFullyCovered true ? |
0 replies
|
Can you provide details on your container |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
I do have a project - MyProject (C# Class Library)
For theat i have MyProject.CT Test library
My issue is coverage reports are not being generated for the test classes.
I just want to know how much of line coverage is present in my test classes.
All reactions