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

Update consumers.py #33

Closed ztomaz closed 7 years ago

ztomaz commented 7 years ago

closes #29

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   75.95%   76.08%   +0.12%     
==========================================
  Files          25       25              
  Lines         599      598       -1     
==========================================
  Hits          455      455              
+ Misses        144      143       -1
Impacted Files Coverage Δ
django_nyt/consumers.py 0% <ø> (ø) :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 44bd3f9...bc1598c. Read the comment docs.

benjaoming commented 7 years ago

Released as 1.0b3

Thanks for the fix @ztomaz !