darkmode-lcov
v0.0.2
Published
## Installation:
Downloads
138
Readme
Istanbul Reporter for lcov html reports in darkmode
Installation:
yarn add darkmode-lcov
Usage:
yarn nyc mocha --reporter darkmode-lcov
# Open the HTML report in your browser
python -m webbrowser './coverage/lcov-report/index.html'