-
Notifications
You must be signed in to change notification settings - Fork 1
[Tests/CI] Push Test Coverage over 85% and adjust CI goal #164
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #164 +/- ##
==========================================
+ Coverage 85.23% 90.86% +5.62%
==========================================
Files 27 27
Lines 1226 1226
==========================================
+ Hits 1045 1114 +69
+ Misses 181 112 -69 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d6a6c51 to
bca9724
Compare
93a6a52 to
c912c4c
Compare
e30a422 to
c0abfec
Compare
* Create new oci test directory * Move existing oci tests * Create dedicated test file for oci/index.py
c0abfec to
ae40522
Compare
yeoldegrove
left a comment
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.
Thanks for adding this large test coverage.
What this PR does / why we need it:
This PR aims to push the few remaining modules' test coverage above an average of 85%.
In addition, I adjusted the coverage CI fail threshhold to the recommended 85%.
Which issue(s) this PR fixes:
Fixes #138 #163