-
-
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
nyc does not check coverage from given file #783
Comments
Hi @aalexgabi sorry for the late reply - I think if you specify |
That is correct, |
EDIT: Never mind! This actually is not documented atm by
|
Expected Behavior
Should check coverage compared to test/coverage/coverage-final.json
Observed Behavior
It checks coverage compared to .nyc_output folder
Because I use async class methods I can't use istanbul but when I need to check coverage I have to use istanbul check-coverage due to limitations of
nyc check-coverage
:Forensic Information
Operating System: Manjaro
The text was updated successfully, but these errors were encountered: