grunt-istanbul icon indicating copy to clipboard operation
grunt-istanbul copied to clipboard

Giving results for files that does not have corresponding test

Open athieriot opened this issue 11 years ago • 5 comments

Hi,

It would be nice to have an option that allows users to display informations about all the Javacript files that need to be tested. (With 0% coverage)

The Istanbul library has such a mecanism but I don't know how it could be embed in this grunt task:

https://github.com/gotwarlost/istanbul/commit/092f336f05fb2aff79684a5eb55e0982dd3ac808

I tried to provide a Pull Request instead of an Issue but I couldn't figure a nice solution :/

Thank you

Aurélien

athieriot avatar Sep 19 '13 13:09 athieriot

It would be great if someone can take a look at this, especially given that istanbul supports this via the '--save-baseline' flag.

Thanks!

shaunlimjin avatar Mar 19 '14 23:03 shaunlimjin

+1 for this feature.

gregjopa avatar Jun 03 '14 22:06 gregjopa

+1

abelnation avatar Sep 29 '14 22:09 abelnation

+1 (assuming this is the same thing I'm after)

istanbul pulled in some code by @gustavnikolaj to address the feature request "Include all source files in the report" (see here). This is available in istanbul v0.3.5 and is activated with the command-line switch --include-all-sources. This could be justification to address issue #25 to upgrade Istanbul.

iknowcss avatar Dec 31 '14 01:12 iknowcss

+1

acvetkov avatar Aug 06 '15 08:08 acvetkov