radiac / django-tagulous

Fabulous Tagging for Django
http://radiac.net/projects/django-tagulous/
Other
336 stars 66 forks source link

Resolve circular import (#124) #140

Closed radiac closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #140 (0bdd70a) into develop (45309fa) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #140      +/-   ##
===========================================
+ Coverage    99.48%   99.51%   +0.03%     
===========================================
  Files           25       27       +2     
  Lines         1737     2273     +536     
===========================================
+ Hits          1728     2262     +534     
- Misses           9       11       +2     
Impacted Files Coverage Δ
tagulous/models/fields.py 100.00% <100.00%> (+0.56%) :arrow_up:
tagulous/models/descriptors.py 98.40% <0.00%> (-0.22%) :arrow_down:
tagulous/models/models.py 99.58% <0.00%> (-0.10%) :arrow_down:
tagulous/apps.py 100.00% <0.00%> (ø)
tagulous/__init__.py 100.00% <0.00%> (ø)
tagulous/constants.py 100.00% <0.00%> (ø)
tagulous/models/tagged.py 100.00% <0.00%> (ø)
tagulous/models/options.py 100.00% <0.00%> (ø)
tagulous/checks.py 91.66% <0.00%> (ø)
tagulous/contrib/drf.py 100.00% <0.00%> (ø)
... and 4 more

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 45309fa...0bdd70a. Read the comment docs.