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

Fix Jest's coverage reporting #89

Open
3Nigma opened this issue Jun 7, 2022 · 0 comments
Open

Fix Jest's coverage reporting #89

3Nigma opened this issue Jun 7, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@3Nigma
Copy link
Contributor

3Nigma commented Jun 7, 2022

As part of our dependency tree, we have the babel-plugin-istanbul package which conflicts with Jest's coveragePathIgnorePatterns as their documentation states.

Basically, this prop gets ignored and everything gets included in the coverage report like so:
image
We need to find a way to bypass this and have proper coverage reporting provided.

@3Nigma 3Nigma added bug Something isn't working good first issue Good for newcomers labels Jun 7, 2022
@3Nigma 3Nigma added this to the Back-burner milestone Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant