covered - processes output of code coverage analysis performed by the D programming language compiler

Anton Fediushin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jul 31 08:45:18 PDT 2017


On Monday, 31 July 2017 at 15:27:42 UTC, jmh530 wrote:
> On Monday, 31 July 2017 at 13:06:44 UTC, Anton Fediushin wrote:
>> Hello! I am glad to announce a new command-line tool which 
>> should make development
>>  a little easier.
>>
>
> You could add a mixin template that injects the 
> "version(D_Coverage)" code.

Covered is a standalone tool, not intended to be used as a 
library. I don't think that forcing user to add it as dependency 
is a good idea, as well as messing with user's code (It is 
possible that `dmd_coverDestPath` is already overrided).


More information about the Digitalmars-d-announce mailing list