dcover 1.0.1
A coverage file to HTML processor.
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:
Overview
dcover is a very shameless copycat of golang's cover
tool (in terms of its HTML output option).
Given a directory of D coverage files (.lst), this tool will create a HTML file that visually shows which lines have been covered, and which have not.
Usage
dub test -b unittest-cov; dub run dcover -- .
This should generate an index.html
file, which is very similar to the output of golang's cover
tool.
- Registered by SealabJaster
- 1.0.1 released 2 years ago
- BradleyChatha/dcover
- MIT
- Copyright © 2021, Bradley Chatha
- Authors:
- Dependencies:
- jcli
- Versions:
-
1.0.1 2021-Oct-27 1.0.0 2021-Oct-27 ~master 2021-Oct-28 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
4 downloads total
-
- Score:
- 0.4
- Short URL:
- dcover.dub.pm