Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Summary tool for coverage listing files

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages