Skip to content
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

Fix coverage report #2

Closed
mathiasbynens opened this issue May 21, 2013 · 2 comments
Closed

Fix coverage report #2

mathiasbynens opened this issue May 21, 2013 · 2 comments

Comments

@mathiasbynens
Copy link
Owner

For some reason the HTML coverage report isn’t generated at all. This seems to be a very weird Istanbul issue: gotwarlost/istanbul#55 (comment).

@mathiasbynens
Copy link
Owner Author

Workaround: use istanbul report --root "coverage" --format "html" after running istanbul cover --report "html" --verbose --dir "coverage" tests/tests.js.

mathiasbynens added a commit that referenced this issue May 21, 2013
Enable workaround for gotwarlost/istanbul#55.

Ref. #2.
@mathiasbynens
Copy link
Owner Author

Workaround added in bb8f1ee.

mathiasbynens added a commit that referenced this issue May 25, 2014
Enable workaround for gotwarlost/istanbul#55.

Ref. #2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant