-
Notifications
You must be signed in to change notification settings - Fork 1
[MISC] Increase coverage #9
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. ❌ Your project status has failed because the head coverage (40.64%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## 16/edge #9 +/- ##
===========================================
+ Coverage 32.21% 40.64% +8.42%
===========================================
Files 3 3
Lines 776 780 +4
Branches 91 92 +1
===========================================
+ Hits 250 317 +67
+ Misses 518 448 -70
- Partials 8 15 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Linting for the tests only. We have to keep 3.8 compatibility for PGB VM charm, but there's no need to also keep 3.8 support for the tests.
exclude_lines = [ | ||
"logger\\.debug" | ||
] |
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.
No need to exclude as we bump coverage.
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.
LGTM
Checklist