alamenai / nextjs-cypress-code-coverage

How to generate code coverage for NextJS using Cypress, Istanbul, NYC and Babel.
3 stars 1 forks source link

code coverage always 100% #1

Open imvad opened 5 months ago

imvad commented 5 months ago

Looks like it doesn't go over the code and it returns

=============================== Coverage summary =============================== Statements : 100% ( 0/0 ) Branches : 100% ( 0/0 ) Functions : 100% ( 0/0 ) Lines : 100% ( 0/0 )

always.

Here is another user that complains about it: image



This repo is using Opire - what does it mean? 👇
💸Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount)
💪 If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #1 either in the PR description or in a PR's comment

👀 Also, everyone can tip any user commenting /tip 20 @imvad (replace 20 with the amount, and @imvad with the user to tip)

If you want to learn more, go to our documentation
filipe-jsales commented 3 months ago

Looks like it doesn't go over the code and it returns

=============================== Coverage summary ===============================

Statements : 100% ( 0/0 ) Branches : 100% ( 0/0 ) Functions : 100% ( 0/0 ) Lines : 100% ( 0/0 )

always.

Here is another user that complains about it: image

This repo is using Opire - what does it mean? 👇

💸Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount) 💪 If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know! 🙌 And when they open the PR, they can comment /claim #1 either in the PR description or in a PR's comment

👀 Also, everyone can tip any user commenting /tip 20 @imvad (replace 20 with the amount, and @imvad with the user to tip)

If you want to learn more, go to our documentation

Hey, could you solve this issue?