-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Refactoring/aws/rds #271
Refactoring/aws/rds #271
Conversation
Codecov Report
@@ Coverage Diff @@
## refactoring/resource-configs #271 +/- ##
================================================================
+ Coverage 30.9% 31.22% +0.31%
================================================================
Files 130 137 +7
Lines 5633 5727 +94
================================================================
+ Hits 1741 1788 +47
- Misses 3892 3939 +47
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## refactoring/resource-configs #271 +/- ##
===============================================================
+ Coverage 30.98% 31.3% +0.32%
===============================================================
Files 130 137 +7
Lines 5641 5727 +86
===============================================================
+ Hits 1748 1793 +45
- Misses 3893 3934 +41
Continue to review full report at Codecov.
|
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.
Dayum you're a machine! Btw I think this is perfectly fine as is, but if you ever know how to narrow down the type of error expected I think PyCharm would appreciate. I always get warnings of Exception clause too broad
when using lines such as the line 84 of rds.py : except Exception as e:
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.
A* 😍 .
This PR migrates RDS to the new architecture, see #183 .
Here are some side effects of the migration: