-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Could not report code coverage for file in sourcemap #55054
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.coverageIssues and PRs related to Node.js code coverage support.Issues and PRs related to Node.js code coverage support.source mapsIssues and PRs related to source map support.Issues and PRs related to source map support.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.coverageIssues and PRs related to Node.js code coverage support.Issues and PRs related to Node.js code coverage support.source mapsIssues and PRs related to source map support.Issues and PRs related to source map support.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Version
v22.9.0
Platform
Subsystem
test_runner
What steps will reproduce the bug?
Create
index.mjs:Create
index.mjs.map:Run:
How often does it reproduce? Is there a required condition?
Every time.
What is the expected behavior? Why is that the expected behavior?
Coverage should be reported, or an error explaining why it wasn't is displayed.
What do you see instead?
Additional information
CC @nodejs/test_runner