dub coverage analysis weirdness

Sebastiaan Koppe via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 22 00:35:37 PDT 2016


On Monday, 21 March 2016 at 22:34:50 UTC, FreeSlave wrote:
> I made example and described issue in github repository:
>
> https://github.com/MyLittleRobo/dub-coverage-test

When doing -b unittest-cov dub only builds the current package in 
unittest-cov mode, all the dependencies are just build in their 
default mode.

It makes sense since you don't want to run their unittests, just 
your own.


More information about the Digitalmars-d mailing list