LeoneBacciu / django-email-verification

A Django app that takes care of verifying a users's email address and activating their profile.
MIT License
356 stars 56 forks source link

WIP: Using a user model method as EMAIL_VERIFIED_CALLBACK #49

Closed The-Daishogun closed 3 years ago

The-Daishogun commented 3 years ago

Discussed in #47

codecov-commenter commented 3 years ago

Codecov Report

Merging #49 (95619f6) into master (04dc8d0) will decrease coverage by 0.53%. The diff coverage is 92.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #49      +/-   ##
===========================================
- Coverage   100.00%   99.46%   -0.54%     
===========================================
  Files           12       12              
  Lines          359      374      +15     
===========================================
+ Hits           359      372      +13     
- Misses           0        2       +2     
Impacted Files Coverage Δ
django_email_verification/confirm.py 97.67% <60.00%> (-2.33%) :arrow_down:
django_email_verification/tests/tests.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

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

The-Daishogun commented 3 years ago

this still needs work