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

Increase unit-test coverage #149

Closed
andresmgot opened this issue Mar 4, 2022 · 0 comments · Fixed by #150
Closed

Increase unit-test coverage #149

andresmgot opened this issue Mar 4, 2022 · 0 comments · Fixed by #150

Comments

@andresmgot
Copy link
Contributor

andresmgot commented Mar 4, 2022

What happened:

We want at least a 40% coverage for all our plugins (both frontend and backend). At the moment, the coverage for frontend code is 35.25%:

▶ yarn run jest --coverage
--------------------|---------|----------|---------|---------|-------------------------
File                | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s       
--------------------|---------|----------|---------|---------|-------------------------
All files           |   35.25 |    27.44 |   50.67 |   33.72 |                         

Note: the backend coverage is 64.4% so that is fine enough.

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

Successfully merging a pull request may close this issue.

1 participant