-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ Re-introduce aws-library #5031
✨ Re-introduce aws-library #5031
Conversation
commit cb161ed01c30195ceea59d62e35c59e6c19476a5 Author: sanderegg <[email protected]> Date: Sun Nov 12 23:14:58 2023 +0100 refactoring autoscaling commit 52594c3c06b9bbc4b512a6f9363ac11fef544553 Author: sanderegg <[email protected]> Date: Sun Nov 12 22:08:02 2023 +0100 add dependency on aws-lib
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5031 +/- ##
========================================
- Coverage 87.2% 85.0% -2.3%
========================================
Files 1245 1250 +5
Lines 51257 51230 -27
Branches 1085 1107 +22
========================================
- Hits 44717 43550 -1167
- Misses 6301 7448 +1147
+ Partials 239 232 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
👍
Code Climate has analyzed commit 89e5ba5 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
aws-library is a package wrapping the access to EC2 into one python package.
used by clusters-keeper and autoscaling services.
Related issue/s
How to test
Dev Checklist
DevOps Checklist