-
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
Handle sessions, updates and config better #25
Conversation
Codecov Report
@@ Coverage Diff @@
## main #25 +/- ##
==========================================
+ Coverage 71.30% 71.51% +0.21%
==========================================
Files 13 13
Lines 1143 1271 +128
==========================================
+ Hits 815 909 +94
- Misses 328 362 +34
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
f216b81
to
74bc6ca
Compare
Will be updated once #22 is in. |
6833480
to
3531c18
Compare
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 like a good structure to me (once I got what the hell was going on, I don't know zinolib that well). docstrings to explain some of the concepts or usage scenarios of your classes could improve understanding a lot.
Other than that, codecov claims you're just shy of the coverage requirement 😁
aba4fe4
to
3388b2d
Compare
Prerquisite for improving configuration of the manager.
Run the ``poll()``-method in a while-loop or similar for real-time changes.
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.
Tested against Howitz and it works really well 🙌
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.