Coverlet: How to include test code in coverage result?

Created on 31 Jan 2019  路  4Comments  路  Source: coverlet-coverage/coverlet

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?

Most helpful comment

Hi @jamir-araujo #318 fixes just that

All 4 comments

Hi @jamir-araujo #318 fixes just that

This behaviour will change soon https://github.com/tonerdo/coverlet/pull/318

Oops too late 馃槃

Awesome!!

Was this page helpful?
0 / 5 - 0 ratings