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

Django 2.2 support #86

Closed benjaoming closed 5 years ago

benjaoming commented 5 years ago

Needed for https://github.com/django-wiki/django-wiki/pull/951

codecov-io commented 5 years ago

Codecov Report

Merging #86 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   75.95%   76.21%   +0.25%     
==========================================
  Files          26       26              
  Lines         549      555       +6     
==========================================
+ Hits          417      423       +6     
  Misses        132      132
Impacted Files Coverage Δ
django_nyt/urls.py 66.66% <ø> (ø) :arrow_up:
django_nyt/settings.py 100% <ø> (ø) :arrow_up:
django_nyt/management/commands/notifymail.py 73.64% <100%> (+0.62%) :arrow_up:
django_nyt/models.py 84.67% <100%> (+0.12%) :arrow_up:
django_nyt/views.py 50% <100%> (+2.5%) :arrow_up:
django_nyt/__init__.py 100% <100%> (ø) :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 e6dadb7...a55f5e1. Read the comment docs.