Skip to content
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

Python Mail Helper Refactor #769

Merged
merged 65 commits into from
Apr 3, 2019
Merged

Python Mail Helper Refactor #769

merged 65 commits into from
Apr 3, 2019

Conversation

thinkingserious
Copy link
Contributor

Fixes #347

thinkingserious and others added 30 commits June 26, 2018 11:36
v4: Drop support for EOL Python 2.6 and 3.0-3.3
Quote names containing comma or semicolon
v4: Add support for Python 3.7
@thinkingserious thinkingserious added status: code review request requesting a community code review or review from Twilio difficulty: very hard fix is very hard in difficulty type: getting started question while getting started labels Apr 2, 2019
@thinkingserious thinkingserious self-assigned this Apr 2, 2019
@codecov
Copy link

codecov bot commented Apr 2, 2019

Codecov Report

Merging #769 into master will decrease coverage by 10.04%.
The diff coverage is 70.03%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #769       +/-   ##
=========================================
- Coverage   85.04%    75%   -10.05%     
=========================================
  Files          35     69       +34     
  Lines        1157   2012      +855     
  Branches      172    338      +166     
=========================================
+ Hits          984   1509      +525     
- Misses         90    322      +232     
- Partials       83    181       +98
Impacted Files Coverage Δ
sendgrid/helpers/endpoints/ip/unassigned.py 0% <0%> (-15%) ⬇️
sendgrid/helpers/mail/__init__.py 100% <100%> (ø) ⬆️
sendgrid/helpers/mail/mime_type.py 100% <100%> (ø)
sendgrid/helpers/mail/header.py 89.28% <100%> (+3.57%) ⬆️
sendgrid/helpers/inbound/config.py 94.11% <100%> (-2.95%) ⬇️
sendgrid/helpers/mail/cc_email.py 100% <100%> (ø)
sendgrid/helpers/mail/to_email.py 100% <100%> (ø)
sendgrid/helpers/mail/bcc_email.py 100% <100%> (ø)
sendgrid/helpers/inbound/send.py 93.75% <100%> (ø) ⬆️
sendgrid/helpers/mail/from_email.py 100% <100%> (ø)
... and 97 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 265b984...2fd6290. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 2, 2019

Codecov Report

Merging #769 into master will decrease coverage by 9.2%.
The diff coverage is 71.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #769      +/-   ##
==========================================
- Coverage   85.04%   75.84%   -9.21%     
==========================================
  Files          35       69      +34     
  Lines        1157     2012     +855     
  Branches      172      338     +166     
==========================================
+ Hits          984     1526     +542     
- Misses         90      307     +217     
- Partials       83      179      +96
Impacted Files Coverage Δ
sendgrid/helpers/mail/__init__.py 100% <100%> (ø) ⬆️
sendgrid/helpers/mail/mime_type.py 100% <100%> (ø)
sendgrid/helpers/mail/header.py 89.28% <100%> (+3.57%) ⬆️
sendgrid/helpers/inbound/config.py 94.11% <100%> (-2.95%) ⬇️
sendgrid/helpers/mail/cc_email.py 100% <100%> (ø)
sendgrid/helpers/mail/to_email.py 100% <100%> (ø)
sendgrid/helpers/mail/bcc_email.py 100% <100%> (ø)
sendgrid/helpers/inbound/send.py 93.75% <100%> (ø) ⬆️
sendgrid/helpers/mail/from_email.py 100% <100%> (ø)
sendgrid/helpers/mail/ganalytics.py 96.07% <100%> (+0.16%) ⬆️
... and 97 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 265b984...ae4b1fe. Read the comment docs.

@thinkingserious thinkingserious merged commit ae4b1fe into master Apr 3, 2019
@thinkingserious
Copy link
Contributor Author

Hello @thinkingserious,

Thanks again for the PR!

We appreciate your contribution and look forward to continued collaboration. Thanks!

Team SendGrid DX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: very hard fix is very hard in difficulty status: code review request requesting a community code review or review from Twilio type: getting started question while getting started
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants