pinax / pinax-teams

an app for Django sites that supports open, by invitation, and by application teams
MIT License
48 stars 36 forks source link

Fixing render to string issue #61

Closed grahamu closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   47.85%   61.65%   +13.8%     
==========================================
  Files          16       16              
  Lines         700      699       -1     
  Branches       76       76              
==========================================
+ Hits          335      431      +96     
+ Misses        359      249     -110     
- Partials        6       19      +13
Flag Coverage Δ
#py27dj111 61.65% <ø> (+13.8%) :arrow_up:
#py34dj111 61.65% <ø> (+13.8%) :arrow_up:
#py34dj20 61.65% <ø> (+13.8%) :arrow_up:
#py35dj111 61.65% <ø> (+13.8%) :arrow_up:
#py35dj20 61.65% <ø> (+13.8%) :arrow_up:
#py36dj111 61.65% <ø> (+13.8%) :arrow_up:
#py36dj20 61.65% <ø> (+13.8%) :arrow_up:
Impacted Files Coverage Δ
pinax/teams/views.py 56.66% <ø> (+21.12%) :arrow_up:
pinax/teams/models.py 77.01% <0%> (+9.27%) :arrow_up:
pinax/teams/hooks.py 90.47% <0%> (+9.52%) :arrow_up:
pinax/teams/decorators.py 77.41% <0%> (+16.12%) :arrow_up:
pinax/teams/forms.py 71.42% <0%> (+28.57%) :arrow_up:
pinax/teams/templatetags/pinax_teams_tags.py 33.33% <0%> (+33.33%) :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 f78999a...371458e. Read the comment docs.