-
Notifications
You must be signed in to change notification settings - Fork 72
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
Mailchimp Transactional Email Messaging Service #2742
Conversation
Passing run #680 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2742 +/- ##
==========================================
- Coverage 86.66% 86.55% -0.11%
==========================================
Files 291 291
Lines 16458 16488 +30
Branches 2114 2117 +3
==========================================
+ Hits 14264 14272 +8
- Misses 1795 1817 +22
Partials 399 399
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
generally all looks good to me, i tested locally that i was able to configure successfully, though i did not execute an end to end test sending emails, just because i don't have credentials.
a couple minor nits to address log message typos. then there's code cov, not sure if we want to try and address those - i'm OK with bypassing them since we're trying to squeeze this into the release. i do think we should update the CHANGELOG though since this is a substantial addition that should be noted.
besides that, seems about good to go IMO!
src/fides/api/ops/service/messaging/message_dispatch_service.py
Outdated
Show resolved
Hide resolved
src/fides/api/ops/service/messaging/message_dispatch_service.py
Outdated
Show resolved
Hide resolved
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.
looks good! let's just make sure to follow up as much as we can on the codecov misses, since we do need to improve some test coverage generally here anyway it seems.
also noting that we haven't completed a full end-to-end functional test due to limitations in our test env at the moment. that's another thing that we'll be looking to address imminently.
Closes #2737
Description Of Changes
This PR adds bindings for the Mailchimp Transactional mail messaging service.
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md