Can I include uncovered assemblies in the DotCover statistics in TeamCity
Hi there,
I have a TeamCity project that covers a solution with a number of output assemblies. The only assemblies that appear in the DotCover statistics are the ones that have at least one line of code covered by tests. Is it possible to also include the assemblies completely uncovered by tests in the statistics?
Thanks
Russell
Please sign in to leave a comment.
Russel,
This is intended DotCover's behavior. The report lists only assembilies that are actually processed.
Could you explain why do you need this functionality, and what kind of sources is that?
Thanks