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

LCov Reporter's strict dependence on a coverage tool #12

Closed
ManasJayanth opened this issue Dec 11, 2015 · 4 comments
Closed

LCov Reporter's strict dependence on a coverage tool #12

ManasJayanth opened this issue Dec 11, 2015 · 4 comments

Comments

@ManasJayanth
Copy link

mocha-lcov-reporter strictly depends on a cover tool and hence fallback to empty object here must be avoided.

 var cov = g._$jscoverage || {};

When invoked without a coverage tool, it must warn.

@StevenLooman
Copy link
Owner

Thank you for this issue. This is helpful when no output is given, perhaps the cause of #14.

@mathiasrw
Copy link

+1

@StevenLooman
Copy link
Owner

Just released mocha-lcov-reporter 1.2.0

@ManasJayanth
Copy link
Author

Awesome! Thanks @StevenLooman

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

3 participants