-
Notifications
You must be signed in to change notification settings - Fork 714
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
Fixes #457, refactor sengrid get method of Mail class #486
Conversation
Codecov Report
@@ Coverage Diff @@
## master #486 +/- ##
==========================================
- Coverage 87.91% 82.76% -5.16%
==========================================
Files 30 30
Lines 935 1021 +86
Branches 115 158 +43
==========================================
+ Hits 822 845 +23
- Misses 55 86 +31
- Partials 58 90 +32
Continue to review full report at Codecov.
|
0b3b75a
to
08f989d
Compare
We have not been able to merge your Pull Request, but because you are awesome - we wanted to make sure you could still get a SendGrid Hacktoberfest shirt. Please go fill out our swag form before Nov 5th and we will send the shirt! (We know that you might have tried this before and it didn’t work, sorry about that!) You have till Nov 5th to fill out this form in order to get the Hacktoberfest shirt!Thank you for contributing during Hacktoberfest! We hope to see you in the repos soon! Just so you know, we always give away a SendGrid shirt for your first ever non-Hacktoberfest PR that gets merged. |
@thinkingserious Thank you :) I will contribute more to sendgrid repos. |
That’s awesome @Prashant-Surya, thank you! |
Thanks again for helping improve this SDK! We have started to execute on PR #347 (Python Mail Helper Refactor) and have integrated your work into this branch. Please follow along at PR #347 to follow our progress. With Best Regards, Elmer |
Refactored Mail class in sendgrid/helpers/mail which would fix get method complexity.