Closed
Description
When upgrading from 10.8.0 to 10.8.1, coverage reports started breaking.
I think this is related to Use file URL for source map paths by PaperStrike · Pull Request #1771 · TypeStrong/ts-node
Search Terms
Expected Behavior
That generating coverage reports still work.
Actual Behavior
Coverage reports are broken because they contain an absolute URL.
Steps to reproduce the problem
GitHub Repo: Jason3S/rx-stream
npm i
npm run coverage
cat coverage/lcov.info
npm i -SD ts-node@10.8.1
npm run coverage
cat coverage/lcov.info
Minimal reproduction
Specifications
- ts-node version:
- node version:
- TypeScript version:
- tsconfig.json, if you're using one:
{}
- package.json:
{}
- Operating system and version:
- If Windows, are you using WSL or WSL2?:
Metadata
Metadata
Assignees
Labels
No labels