istanbuljs / nyc

the Istanbul command line interface

Home Page:https://istanbul.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest and Cypress's coverage merged results is wrong

NguyenDat251 opened this issue · comments

Link to bug demonstration repository

demo link

Here is the coverage result from Jest
image
Here is the coverage result from Cypress
image
The merged result
image

Expected Behavior

Merged result should be 100%

Troubleshooting steps

  • Clone the demo that I put above
  • Run commands in the Readme file

Please help me determine why the merged result is not correct!!!