-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
no report from nyc report
using nyc@14
#1211
Comments
I'm confused, what you've pasted shows that it is reporting. I believe nyc@14 does capture coverage that was missed by nyc 13 so that may be why you are seeing additional branches not covered (because nyc 13 failed to recognize those branches). |
Hi, please note the following difference:
strange that this happens with all my repos using Jasmine-TS, but not with the repo using Mocha / TS-Node. But |
this issue does not occur using [email protected] ( #1104 ) |
Ah the issue is that you have |
works in nyc 15 |
Link to bug demonstration repository
https://github.com/gms1/node-async-context
https://github.com/gms1/node-sqlite3-orm
nyc report
works using [email protected]but fails to report anything using [email protected]
Expected Behavior
nyc report
should probably work with [email protected] tooObserved Behavior
nyc report
does not work with [email protected]Troubleshooting steps
cache: false
in my nyc configEnvironment Information
The text was updated successfully, but these errors were encountered: