GitHub – istanbuljs/nyc: the Istanbul command line interface

Configuration arguments on the command-line should be provided prior to the program that nyc is executing. As an example, the following command executes ava, and indicates to nyc that it should output both an lcov ( lcov.info + html report) and a text-summary coverage report. nyc –reporter=lcov –reporter=text-summary ava.

https://github.com/istanbuljs/nyc