This repository was archived by the owner on Dec 8, 2024. It is now read-only.
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
istanbul cover --report html tests/tests.js doesn’t create any HTML files #55
I’m trying the same command I’m using for other projects to generate the HTML coverage reports:
The files
coverage.json,prettify.css,prettify.jsare generated in the./coveragedirectory (as expected), but it seems no HTML files are being created.I’m using the latest available version of Istanbul. Any ideas?