Skip to content

Latest commit

 

History

History

wrappers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Commandline Wrappers

JGenhtml CLI

The wrapper scripts allow you to use jgenhtml as a command line tool.

Without them you must type this:

java -jar jgenhtml.jar path/to/lcov.dat

The wrappers enable this:

jgenhtml path/to/lcov.dat

Installation

  1. Create a directory on your computer to contain the jar and wrappers

  2. Add the directory to your PATH

  3. Download the wrapper scripts to the directory. You can safely download both regardless of platform (windows, linux or mac).

  4. Download the executable jar as described on the main page and put it in the directory.

The wrappers themselves contain more instructions.

Usage

The CLI is exactly like genhtml, pass it the --help flag for info.

Updating

The scripts look for the jar with the most recent modified time. To update, simply download a newer version of the jar and put it in the directory.