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
       
    Tue Aug  1 13:37:16 PDT 2017
    
    
  
On Tuesday, 1 August 2017 at 08:19:47 UTC, Szabo Bogdan wrote:
> Nice work!
>
> I would like to contribute to such a tool :) I was working at 
> something similar with trial( http://trial.szabobogdan.com/ ), 
> and I would like to include your library if it's possible.
Thanks! Yes, module "covered.loader" can be used, but it isn't 
complete yet. I'll start working on v1.0.0 tomorrow, changing 
current design (get as much information as possible and store it) 
to a new one (get only required information). This will increase 
speed and decrease memory usage.
>
> this is a sample code coverage report:
> http://trial.szabobogdan.com/artifacts/coverage/html/index.html
Nice! I'm using unit-threaded, but trial looks even better. I'll 
try it tomorrow.
    
    
More information about the Digitalmars-d-announce
mailing list