-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Giving results for files that does not have corresponding test #14
Comments
It would be great if someone can take a look at this, especially given that istanbul supports this via the '--save-baseline' flag. Thanks! |
+1 for this feature. |
+1 |
+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 |
+1 |
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:
gotwarlost/istanbul@092f336
I tried to provide a Pull Request instead of an Issue but I couldn't figure a nice solution :/
Thank you
Aurélien
The text was updated successfully, but these errors were encountered: