abhiabhi94 / dj-hitcount

Basic app that allows you to track the number of hits/views for a particular object.
MIT License
2 stars 0 forks source link

test: 🚨 Add tests for untested parts #2

Closed abhiabhi94 closed 3 years ago

abhiabhi94 commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #2 (05ddffe) into main (bdc40c1) will increase coverage by 6.31%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main        #2      +/-   ##
===========================================
+ Coverage   93.68%   100.00%   +6.31%     
===========================================
  Files          19        19              
  Lines         491       480      -11     
  Branches       43        41       -2     
===========================================
+ Hits          460       480      +20     
+ Misses         22         0      -22     
+ Partials        9         0       -9     
Impacted Files Coverage Δ
hitcount/managers.py 100.00% <ø> (+13.79%) :arrow_up:
hitcount/migrations/0005_auto_20210616_2026.py 100.00% <ø> (ø)
hitcount/mixins.py 100.00% <100.00%> (+11.32%) :arrow_up:
hitcount/models.py 100.00% <100.00%> (+1.25%) :arrow_up:
hitcount/templatetags/hitcount_tags.py 100.00% <100.00%> (+10.52%) :arrow_up:
hitcount/utils.py 100.00% <100.00%> (+25.00%) :arrow_up:
hitcount/views.py 100.00% <100.00%> (+2.38%) :arrow_up:
hitcount/admin.py 100.00% <0.00%> (+2.98%) :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 bdc40c1...05ddffe. Read the comment docs.