-
Notifications
You must be signed in to change notification settings - Fork 3
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
ci: Added code coverage tool #29
Conversation
a98002c
to
7f543e3
Compare
fe19e71
to
3f8fe2d
Compare
f5281b6
to
6df29cf
Compare
Refactored the unit and integration tests for quick wins to bring the code coverage up. Also reworked the CI to run more in parallel
The lcov tool seems to generate function coverage inaccurately. Going to try the cobertura tool.
This reverts commit ea5e2d3.
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
=======================================
Coverage ? 79.78%
=======================================
Files ? 19
Lines ? 1019
Branches ? 0
=======================================
Hits ? 813
Misses ? 206
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Refactored the unit and integration tests for quick wins to bring the code coverage up.