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 Sendgrid client to AppContext #402

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

spencewenski
Copy link
Member

No description provided.

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 30 lines in your changes missing coverage. Please review.

Project coverage is 42.58%. Comparing base (9d5ae89) to head (f941770).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/config/email/sendgrid/mod.rs 0.00% 18 Missing ⚠️
src/app/context.rs 0.00% 9 Missing ⚠️
src/error/reqwest.rs 0.00% 3 Missing ⚠️
Files with missing lines Coverage Δ
src/error/mod.rs 0.00% <ø> (ø)
src/error/reqwest.rs 0.00% <0.00%> (ø)
src/app/context.rs 19.86% <0.00%> (-1.26%) ⬇️
src/config/email/sendgrid/mod.rs 34.48% <0.00%> (-56.43%) ⬇️

Continue to review full report in Codecov by Sentry.

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

@spencewenski spencewenski merged commit 7df17a6 into main Oct 10, 2024
15 of 16 checks passed
@spencewenski spencewenski deleted the sendgrid-client branch October 10, 2024 08:39
@spencewenski spencewenski mentioned this pull request Oct 11, 2024
@github-actions github-actions bot mentioned this pull request Oct 11, 2024
spencewenski added a commit that referenced this pull request Oct 11, 2024
## 🤖 New release
* `roadster`: 0.6.6 -> 0.6.7 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.6.7](roadster-v0.6.6...roadster-v0.6.7)
- 2024-10-11

### Added

- Set sandbox mode on Sendgrid message based on config
([#403](#403))
- Add Sendgrid client to `AppContext`
([#402](#402))
- Add support to config for email via Sendgrid (`email-sendgrid`
feature) ([#401](#401))

### Other

- Add note to readme about supporting Sendgrid
([#405](#405))
- Add example of using Sendgrid client
([#404](#404))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Spencer Ferris <3319370+spencewenski@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant