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
When merging two coverage reports, one merged one should be produced
Observed Behavior
cypress-coverage-final.json jest-coverage-final.json
merging these by: npx nyc merge reports (where both json reports are located in reports directory
produces: Cannot read properties of undefined (reading 'start')
Troubleshooting steps
still occurring when I put cache: false in my nyc config
Link to bug demonstration repository
Expected Behavior
When merging two coverage reports, one merged one should be produced
Observed Behavior
cypress-coverage-final.json
jest-coverage-final.json
merging these by:
npx nyc merge reports
(where both json reports are located in reports directoryproduces:
Cannot read properties of undefined (reading 'start')
Troubleshooting steps
cache: false
in my nyc configEnvironment Information
The text was updated successfully, but these errors were encountered: