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