-
Notifications
You must be signed in to change notification settings - Fork 16
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
Migrates as many as possible test cases from Django mail module #64
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #64 +/- ##
===========================================
+ Coverage 63.07% 93.67% +30.59%
===========================================
Files 9 9
Lines 585 585
===========================================
+ Hits 369 548 +179
+ Misses 216 37 -179 ☔ View full report in Codecov by Sentry. |
Could you move this commit to a separate PR? Let's review and merge that first. |
8885b54
to
fedf4fc
Compare
|
Please resolve the conflicts and fix the lint issues:
|
fedf4fc
to
1d7741a
Compare
Finished that 🍻 |
Merged, thanks! |
Totally, improved the test coverage from 63% to 94%.
fixes #25