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

feat: add support for Twilio Email #882

Merged
merged 1 commit into from
Apr 21, 2020
Merged

feat: add support for Twilio Email #882

merged 1 commit into from
Apr 21, 2020

Conversation

childish-sambino
Copy link
Contributor

No description provided.

@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Apr 15, 2020
@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #882 into master will increase coverage by 0.14%.
The diff coverage is 91.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #882      +/-   ##
==========================================
+ Coverage   82.48%   82.63%   +0.14%     
==========================================
  Files          70       72       +2     
  Lines        2312     2326      +14     
  Branches      340      340              
==========================================
+ Hits         1907     1922      +15     
+ Misses        206      205       -1     
  Partials      199      199              
Impacted Files Coverage Δ
sendgrid/base_interface.py 86.36% <86.36%> (ø)
sendgrid/sendgrid.py 100.00% <100.00%> (+16.66%) ⬆️
sendgrid/twilio_email.py 100.00% <100.00%> (ø)

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 8ce1acf...9fd2fd7. Read the comment docs.

@@ -0,0 +1,54 @@
## 1. Obtain a Free Twilio Account
Copy link
Contributor

@eshanholtz eshanholtz Apr 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have these files in the bootstrap command for sendgrid libs in librarian?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, there's nothing in librarian which does different bootstrapping based on org yet. Plus the files aren't always in the same place. I think there's another backlog item about cleaning this up across the repos.

@childish-sambino childish-sambino merged commit 1adc410 into master Apr 21, 2020
@childish-sambino childish-sambino deleted the twilio-email branch April 21, 2020 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: code review request requesting a community code review or review from Twilio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants