Re: uncovered: code coverage summary tool

2020-07-22 Thread Dominikus Dittes Scherkl via Digitalmars-d-announce
On Tuesday, 21 July 2020 at 20:39:54 UTC, Mario Kröplin wrote: https://github.com/linkrope/uncovered examines coverage listing files to identify the ones with the most uncovered lines. Was this done with the new coverage check during CTFE? I would expect the numbers to be better then...

uncovered: code coverage summary tool

2020-07-21 Thread Mario Kröplin via Digitalmars-d-announce
https://github.com/linkrope/uncovered examines coverage listing files to identify the ones with the most uncovered lines. The results are sorted by absolute number, rather than percentage - the most actionable at the end. There is also a package summary. For example, this is the output after