www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How do you work with lst files?

reply =?UTF-8?Q?Christian_K=c3=b6stlin?= <christian.koestlin gmail.com> writes:
I want to ask around how you from the dlang community work with .lst 
coverage files?
For me those files are really one of the best formats as they are 
(really, in contrast to some xml things) human readable and someone 
added them to codecov.

My setup at the moment consists of a small tool that I can plug into 
postRunCommands (e.g. of the unittest dub configuration) and that 
converts those files to "normal" dmd style warnings, so that my editor 
(in my case emacs, but the same works with the vs code plugin) can pick 
them up.

looking forward to learn about your setup!

Kind regards,
Christian
Aug 24 2022
parent Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Wednesday, 24 August 2022 at 22:29:51 UTC, Christian Köstlin 
wrote:
 I want to ask around how you from the dlang community work with 
 .lst coverage files?
No personal experience, but there are half a dozen options on https://code.dlang.org/search?q=Coverage — Bastiaan.
Aug 25 2022