-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add codecov badge to README.md #135
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #135 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 58 58
Lines 3893 3893
Branches 256 256
=======================================
Hits 3575 3575
Misses 308 308
Partials 10 10 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! However the overall code coverage percentage is still including the test suite currently. I'm not sure if we want to fix that first before including in the README to be more accurate
Sounds good. Please just merge when this is ready . |
Tested out some changes to the coverage command here, but was still running into issues on what folders were included in the report uploaded to CodeCov. Will address these in a separate issue. |
No description provided.