pinax / pinax-ratings

a ratings app for Django
MIT License
90 stars 28 forks source link

Update for Django v2.0 #42

Closed grahamu closed 6 years ago

grahamu commented 6 years ago

Use URL namespacing Improve doc markup Update CI config

codecov[bot] commented 6 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   53.64%   53.88%   +0.24%     
==========================================
  Files          11       11              
  Lines         192      193       +1     
  Branches        9        9              
==========================================
+ Hits          103      104       +1     
  Misses         86       86              
  Partials        3        3
Flag Coverage Δ
#py27dj111 53.88% <100%> (+0.24%) :arrow_up:
#py34dj111 53.88% <100%> (+0.24%) :arrow_up:
#py34dj20 53.88% <100%> (+0.24%) :arrow_up:
#py35dj111 53.88% <100%> (+0.24%) :arrow_up:
#py35dj20 53.88% <100%> (+0.24%) :arrow_up:
#py36dj111 53.88% <100%> (+0.24%) :arrow_up:
#py36dj20 53.88% <100%> (+0.24%) :arrow_up:
Impacted Files Coverage Δ
pinax/ratings/urls.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 1101fc5...d7f973d. Read the comment docs.