Hello,
NCrunch is an awesome tool, how to get code that not coverage per tests? Like VS, show all uncoverage tests
sorry my english isn't so good.
Remco NCrunch Developer
#14685
29 Apr 2020 01:00 UTC
Hi, thanks for posting.
I'm not entirely sure what you're asking, but if you right click on a test in the Tests Window (or in the test list popup window), you can choose to show only coverage for that specific test. When you see only the coverage for that test, any line that has a black marker means that the test does not cover that line.
This feature also affects the Metrics Window, so when you're viewing coverage for only one test, you'll also only see the metrics for that test.
I'm not entirely sure what you're asking, but if you right click on a test in the Tests Window (or in the test list popup window), you can choose to show only coverage for that specific test. When you see only the coverage for that test, any line that has a black marker means that the test does not cover that line.
This feature also affects the Metrics Window, so when you're viewing coverage for only one test, you'll also only see the metrics for that test.
Remco wrote:Hi, thanks for posting.
I'm not entirely sure what you're asking, but if you right click on a test in the Tests Window (or in the test list popup window), you can choose to show only coverage for that specific test. When you see only the coverage for that test, any line that has a black marker means that the test does not cover that line.
This feature also affects the Metrics Window, so when you're viewing coverage for only one test, you'll also only see the metrics for that test.
I would like to know all the lines of code that are not covered, so that it is not necessary to see method by method, like the Analyze code coverage of visual studio.
Remco NCrunch Developer
#14690
29 Apr 2020 13:10 UTC
Have you tried the NCrunch Metrics Window? NCrunch->Metrics
Remco wrote:Have you tried the NCrunch Metrics Window? NCrunch->Metrics
i was searching for this, thank you so much
Post a reply
Log in to reply.