Open Tijani-Dia opened 2 years ago
Merging #138 (919b7d6) into main (40424fb) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #138 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 40 40
Lines 1098 1115 +17
Branches 149 152 +3
=========================================
+ Hits 1098 1115 +17
Impacted Files | Coverage Δ | |
---|---|---|
src/wagtail_live/blocks.py | 100.00% <100.00%> (ø) |
|
src/wagtail_live/models.py | 100.00% <100.00%> (ø) |
|
src/wagtail_live/receivers/base.py | 100.00% <100.00%> (ø) |
|
src/wagtail_live/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 40424fb...919b7d6. Read the comment docs.
The goal of this PR is to add the ability for users to customize/extend the
LivePostBlock
class.