Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jest Coverage vs Coverals #124

Open
jcubic opened this issue Jun 10, 2022 · 0 comments
Open

Jest Coverage vs Coverals #124

jcubic opened this issue Jun 10, 2022 · 0 comments

Comments

@jcubic
Copy link

jcubic commented Jun 10, 2022

I have a project that shows the coverage of 72%:

Coverage Status

But jest stats in the console shows 75%

-----------|---------|----------|---------|---------|---------------------
File       | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s   
-----------|---------|----------|---------|---------|---------------------
All files  |   75.81 |    62.67 |   86.09 |   76.72 |                     
 index.js  |     100 |      100 |     100 |     100 |                     
 parser.js |   75.77 |    62.67 |   85.93 |   76.68 | ...9-6950,7065-7069 
-----------|---------|----------|---------|---------|---------------------

Why there is such a difference? Is this a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant