-
Notifications
You must be signed in to change notification settings - Fork 368
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
fix: Remove mailer lite #4705
fix: Remove mailer lite #4705
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4705 +/- ##
========================================
Coverage 97.21% 97.21%
========================================
Files 1171 1169 -2
Lines 40651 40474 -177
========================================
- Hits 39517 39345 -172
+ Misses 1134 1129 -5 ☔ View full report in Codecov by Sentry. |
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, but I think there's an environment variable that we can still remove in the production task definition here.
Nice catch @matthewelwell I've removed the env var. |
Changes
Removing mailer lite from the codebase since it has been deprecated.
How did you test this code?
Relying on existing test suite to handle failures.