You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
I'm almost positive I'm just doing something wrong. I'm attempting to use mocha unit tests along with istanbul for code coverage.
I use the command istanbul cover mocha the tests pass but the following is displayed from istanbul:
"No coverage information was collected, exit without writing coverage information"
Any help would be much appreciated or redirecting me to where help would be more appropriate.
The text was updated successfully, but these errors were encountered:
I'm new to this category. I want to use mocha with istanbul to use as the code coverage tool.But I'm unable to make it work. can anyone help me to guide me in to a good tutorial
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm almost positive I'm just doing something wrong. I'm attempting to use mocha unit tests along with istanbul for code coverage.
I use the command istanbul cover mocha the tests pass but the following is displayed from istanbul:
"No coverage information was collected, exit without writing coverage information"
Any help would be much appreciated or redirecting me to where help would be more appropriate.
The text was updated successfully, but these errors were encountered: