Re: Measuring test coverage

2015-08-10 Thread Alexei Bykov via Digitalmars-d-learn
On Monday, 10 August 2015 at 04:03:36 UTC, Rikki Cattermole wrote: On 10/08/2015 8:24 a.m., Alexei Bykov wrote: D has builtin support for coverage analysis but it produces only .lst files. This is a bit inconvenient. Is there any tool which can create something like an html report from .lst fi

Re: Measuring test coverage

2015-08-10 Thread Alexei Bykov via Digitalmars-d-learn
On Monday, 10 August 2015 at 08:06:35 UTC, Stefan Frijters wrote: On Sunday, 9 August 2015 at 20:24:22 UTC, Alexei Bykov wrote: D has builtin support for coverage analysis but it produces only .lst files. This is a bit inconvenient. Is there any tool which can create something like an html repo

Re: Measuring test coverage

2015-08-10 Thread Stefan Frijters via Digitalmars-d-learn
On Sunday, 9 August 2015 at 20:24:22 UTC, Alexei Bykov wrote: D has builtin support for coverage analysis but it produces only .lst files. This is a bit inconvenient. Is there any tool which can create something like an html report from .lst files? For now I'm using OpenCppCoverage which is not

Re: Measuring test coverage

2015-08-09 Thread Rikki Cattermole via Digitalmars-d-learn
On 10/08/2015 8:24 a.m., Alexei Bykov wrote: D has builtin support for coverage analysis but it produces only .lst files. This is a bit inconvenient. Is there any tool which can create something like an html report from .lst files? For now I'm using OpenCppCoverage which is not the best tool and

Measuring test coverage

2015-08-09 Thread Alexei Bykov via Digitalmars-d-learn
D has builtin support for coverage analysis but it produces only .lst files. This is a bit inconvenient. Is there any tool which can create something like an html report from .lst files? For now I'm using OpenCppCoverage which is not the best tool and works only on Windows but at least it produc