-
Notifications
You must be signed in to change notification settings - Fork 17
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
100% coverage reported incorrectly #9
Comments
Possibly related to: hapijs/lab#459 |
i met the same problem |
Same here. Seems like the |
All the context needed should be in #4 Lab doesn't (or at least didn't) have a way to "skip next line" the way that istanbul did, so each line of generated code needed to be wrapped in a before & after comment. If lab has updated to allow comment to "skip next line" that would be ideal to use; however, I've stopped using lab since they don't support older versions of node. |
|
I'm working with
lab-babel
in a larger project and suspected some incorrect coverage reported. To demonstrate I updated the jedireza/lab-es6 example.You just need to clone it,
npm install
and thennpm test
.It shouldn't be 100% covered because I never tested the
subtractSomething
function.The text was updated successfully, but these errors were encountered: