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

Removed some Django 1.8 fallbacks. #58

Closed atombrella closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   77.25%   77.46%   +0.21%     
==========================================
  Files          26       26              
  Lines         611      608       -3     
==========================================
- Hits          472      471       -1     
+ Misses        139      137       -2
Impacted Files Coverage Δ
django_nyt/urls.py 100% <ø> (+14.28%) :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 9222a54...b2539c5. Read the comment docs.

benjaoming commented 6 years ago

Awesome! Thanks for your keen eye on legacy code!