When merging two coverage reports, one merged one should be produced
Observed Behavior
cypress-coverage-final.jsonjest-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
[x] 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 directory produces:Cannot read properties of undefined (reading 'start')
Troubleshooting steps
cache: false
in my nyc configEnvironment Information