Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: only include relative paths in coverage
All of our source files are reported with filenames starting with `../` so check for that before treating a file as ours. esbuild recently improved its support for URLs in sourcemaps and now some of them (`webpack://` ones) are about to start showing up in our source maps, which will cause trouble (because the files don't exist).
- Loading branch information