node-covershot
node-covershot copied to clipboard
Multi-format, test framework agnostic, code coverage report generator.
Hey guys, great work with this package! This pull request recursively iterates through all the files in the coverage folders and inserts a 0% coverage record for any that weren't...
It appear that the format informations used to create the LCOV output don't take in account the full path of the covered file. Makes it harder to analyze further if...
The link to jsmeter2 (https://github.com/joeferner/node-jsmeter) is no longer valid.
I'd like to covershot several directories. From reading the covershot docs, I suppose I should do: ``` var covershot = require('covershot'); // replace all paths containing a 'routes' component with...
For projects that use [rewire](https://github.com/jhnns/rewire), it's difficult to replace `require()` calls with `csrequire()`. Could you add support for rewire?
I'm using covershot successfully with mocha and TJ's version of node-jscoverage with [this simple script](https://github.com/Singly/hallway/blob/master/scripts/test-coverage.sh). I did require my fix for printing source lines in #9 before I got source...
Maybe there's a way to include the whole path in the report (perhaps as a flag)