gulp-coverage icon indicating copy to clipboard operation
gulp-coverage copied to clipboard

Lines missing from coverage report

Open natedsaint opened this issue 9 years ago • 3 comments

I would be happy to investigate this and see if I can find the issue but I wasn't sure if I was just implementing this incorrectly.

Here's the html coverage report for my chromewut extension: https://rawgit.com/natedsaint/chromewut/master/reports/coverage.html

As you can see, each class looks good except that the line that contains the method definitions after the first one appear to be cut off. I'm not sure if it's that my code is formatted in such a way it doesn't know how to generate the report, or if there's a config I'm missing, or it's simply a bug.

Let me know if I can be of any assistance.

natedsaint avatar May 26 '15 17:05 natedsaint

Updated, confirmed it looks good: https://rawgit.com/natedsaint/chromewut/master/reports/coverage.html

Thanks for the quick response!

natedsaint avatar May 31 '15 07:05 natedsaint

Actually, it looks like it is now duplicating lines

dylanb avatar May 31 '15 15:05 dylanb

I realized it last night right after I commented. Thanks for your diligence. I'll mess around locally now that I've seen where you made the change and see if I have any ideas to help.

natedsaint avatar May 31 '15 20:05 natedsaint