-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error handling improvements for go-mail-middleware #11
Error handling improvements for go-mail-middleware #11
Conversation
Documentation and tests still pending
This is the preferred solution of the first thought of direct DKIM implementation in go-mail (see: wneessen/go-mail#28) This commit adds 96% test coverage and minimal documentation via README.md
a26e7b3
to
e82b0f3
Compare
…use errors.Is if they want to
e82b0f3
to
52b259b
Compare
@alexballas Thanks for the PR Alex. Good idea to introduce proper error wraping. |
No worries. Let me know if that works for you. Hopefully nothing got messed up during the conflict merging. |
Codecov Report
@@ Coverage Diff @@
## main #11 +/- ##
==========================================
- Coverage 94.95% 94.93% -0.03%
==========================================
Files 3 3
Lines 218 217 -1
==========================================
- Hits 207 206 -1
Misses 8 8
Partials 3 3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
All looks good. Merge completed! |
Should be wrapping sentinel errors where possible and allow users to use
errors.Is
if they want to