mochawesome icon indicating copy to clipboard operation
mochawesome copied to clipboard

Nyc code coverage

Open TravisDev opened this issue 6 years ago • 1 comments

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.

TravisDev avatar Mar 01 '19 15:03 TravisDev

Yes code coverage is missing in index.html website. its good if integrated

apgapg avatar Jul 14 '22 11:07 apgapg