You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of commit 5d547fb879058025e0e704868f5560ce7748b64e, remap-istanbul works fine for linking compiled code to sources, but paths for the source files are invalid in coverage reports. I tried to fix this issue by PR #128 - it worked for MDC-React, but failled the CI tests of remap-istanbul.
This is a specific issue which came to my attention while working on material-components-react.
As of commit 5d547fb879058025e0e704868f5560ce7748b64e, remap-istanbul works fine for linking compiled code to sources, but paths for the source files are invalid in coverage reports. I tried to fix this issue by PR #128 - it worked for MDC-React, but failled the CI tests of remap-istanbul.
material-components-react/coverage/coverage-final.json
starts like:Instead of the desired output below:
(The difference is between
src
anddist
)In order to reproduce the issue, please download MDC-React at the commit given above, and then execute the following commands:
The text was updated successfully, but these errors were encountered: