-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
HTML reporter reports 'Unable to lookup source' #1475
Comments
I'm getting the same error :( |
I was having the same issue. Downgrading to ts-node: 10.8.0 resolved it for me. Hope it helps. |
same error here.
helped! |
@coreyfarrell @bcoe According to them, it might as well be a bug on nyc's side. |
It seems that the change is about to be rolled back: TypeStrong/ts-node#1797 (comment) |
Closing, this has been fixed in |
Link to bug demonstration repository
🍫☕️
Expected behavior
I attempted to follow the installation instructions at istanbul.js.org. I expect the HTML report generated by
nyc mocha
to have working links to view the coverage of each source file.Observed behavior
observed.mov
Troubleshooting steps
remapCoverage(map.data)
innyc
seems to be clobbering the paths in the source map.Environment information
The text was updated successfully, but these errors were encountered: