The command line option -c or --coverage enables code coverage for a unit test.
However, no actually data is written to the coverage.csv file.
Files worth investigating:
- lib/testrun.js [defineProperties()]
- lib/executor.js [shutdown()]
- lib/coverage.js [writeSummary()]