mochawesome
mochawesome copied to clipboard
Nyc code coverage
I currently use a string of something like this to run my tests and generate my reports:
"test": "nyc --reporter=html --reporter=text mocha --reporter mochawesome --reporter-options reportDir=report,reportFilename=index.html dist/test/*.js 2>&1",
It would be absolutely AMAZING if we could use mochawesome to integrate the coverage report into the mocha report.
My only use case at the moment is to have a seperate report as an alternative.
Yes code coverage is missing in index.html website. its good if integrated