I've notice that Coverlet does not include test code in the coverage result by default. Which is good, I guess.
In my situation I need the test code to be include in the result, but I can't find a way to include manually. I've tried to use the /p:Include parameter, but doesn't work.
Is there a way to include the test code in the coverage result or it's something the library will not/can not do?