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

perf: ⚡️ Prevent compiling of regex for IP on every import #8

Closed abhiabhi94 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #8 (71bc3ef) into main (250c717) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          482       485    +3     
  Branches        42        42           
=========================================
+ Hits           482       485    +3     
Impacted Files Coverage Δ
hitcount/conf/__init__.py 100.00% <100.00%> (ø)
hitcount/utils.py 100.00% <100.00%> (ø)

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 250c717...71bc3ef. Read the comment docs.