django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Deleted get_user_model import fallback. #45

Closed atombrella closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.43%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   76.11%   76.54%   +0.43%     
==========================================
  Files          25       25              
  Lines         603      597       -6     
==========================================
- Hits          459      457       -2     
+ Misses        144      140       -4
Impacted Files Coverage Δ
django_nyt/tests/test_management.py 100% <ø> (ø) :arrow_up:
django_nyt/tests/test_basic.py 100% <100%> (+6.06%) :arrow_up:
django_nyt/tests/__init__.py 100% <100%> (ø) :arrow_up:
django_nyt/tests/test_views.py 100% <100%> (+8.69%) :arrow_up:

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 11bc233...b080b12. Read the comment docs.

benjaoming commented 7 years ago

Thanks - this is great as always :)