django-fluent-comments
django-fluent-comments copied to clipboard
Fix for examples updating the comments counts after posting comment.
This might be added to ensure that the count of the comments is also updated.
Codecov Report
Merging #107 into master will decrease coverage by
0.48%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #107 +/- ##
==========================================
- Coverage 85.52% 85.03% -0.49%
==========================================
Files 22 15 -7
Lines 670 528 -142
==========================================
- Hits 573 449 -124
+ Misses 97 79 -18
Impacted Files | Coverage Δ | |
---|---|---|
fluent_comments/models.py | 77.08% <0%> (-2.23%) |
:arrow_down: |
fluent_comments/forms/base.py | 81.48% <0%> (-1.86%) |
:arrow_down: |
fluent_comments/appsettings.py | 89.28% <0%> (-0.37%) |
:arrow_down: |
fluent_comments/views.py | 84.7% <0%> (-0.36%) |
:arrow_down: |
fluent_comments/utils.py | 100% <0%> (ø) |
:arrow_up: |
fluent_comments/__init__.py | 100% <0%> (ø) |
:arrow_up: |
fluent_comments/email.py | ||
fluent_comments/compat.py | ||
fluent_comments/apps.py | ||
fluent_comments/akismet.py | ||
... and 5 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 ff6d10f...f457c16. Read the comment docs.