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
probably possible to use c8 report command for converting stopJSCoverage results into the same html
by default, remix emits separate source map file with sourceMappingURL=/build/_shared/chunk-GFQF5IRR.js.map, so c8 cannot actually use the sourcemap...
merge coverage data from multiple sources (just throw all c8-compatible coverage json files to c8 report) test: merge coverage report #64
relates to fix(remix-dev): fix linked sourcemap to enabled breakpoints for debugging remix-run/remix#2065
vitest test: setup coverage (vitest) #57
coverage for
test-e2e
c8 report
command for convertingstopJSCoverage
results into the same htmlsourceMappingURL=/build/_shared/chunk-GFQF5IRR.js.map
, so c8 cannot actually use the sourcemap...merge coverage data from multiple sources (just throw all c8-compatible coverage json files to
c8 report
) test: merge coverage report #64references
The text was updated successfully, but these errors were encountered: