-
-
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
Inconsistent nyc baseline coverage results with pre-instrumented code #1208
Inconsistent nyc baseline coverage results with pre-instrumented code #1208
Comments
See earlier discussion in #1202 |
I believe this is caused by #1191. If I delete the I'm unsure how this caused the issue. The intended result of #1191 was that if you ran It's also possible this issue isn't caused by #1191 and in fact the issue is that |
Link to bug demonstration repository
nyc_bad_baseline
Expected Behavior
Baseline coverage generated from raw source should match that generated from instrumented source.
Observed Behavior
The coverage report is different, with missing files and differences in statistics.
The missing files seem to be affected by the presence of whitespace and comments.
Troubleshooting steps
cache: false
in my nyc configEnvironment Information
The text was updated successfully, but these errors were encountered: