uncovered 0.1.0

Summary tool for coverage listing files.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

uncovered

This tool examines coverage listing files to identify the ones with the most uncovered lines.

Usage

Use [dub] to build the tool:

dub build --build=release

Use the tool to summarize the coverage for several listing files.

For example:

./uncovered *.lst 46/61 src-main.lst

46/61 lines uncovered

Note that the results are sorted by absolute number of uncovered lines. The shown path should allow to open the listing file with Ctrl+Click.

Try option --depth=N for a package summary limited to the given depth.

Authors:
  • Mario Kröplin
Dependencies:
none
Versions:
0.1.0 2020-Jul-20
~master 2020-Jul-22
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 11 downloads total

Score:
0.0
Short URL:
uncovered.dub.pm