wagtail / wagtail-live

High speed publishing from messaging apps to a Wagtail live blog. A GSoC 2021 project.
https://wagtail.github.io/wagtail-live/
BSD 3-Clause "New" or "Revised" License
37 stars 6 forks source link

PieSocket publisher #97

Closed Tijani-Dia closed 3 years ago

Tijani-Dia commented 3 years ago

This PR adds a publisher based on PieSocket.

codecov-commenter commented 3 years ago

Codecov Report

Merging #97 (32a6d1a) into main (cd8af9b) will decrease coverage by 0.13%. The diff coverage is 95.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   98.41%   98.27%   -0.14%     
==========================================
  Files          26       30       +4     
  Lines         882      929      +47     
  Branches       84       88       +4     
==========================================
+ Hits          868      913      +45     
- Misses          8       10       +2     
  Partials        6        6              
Impacted Files Coverage Δ
src/wagtail_live/templatetags/wagtail_live_tags.py 77.77% <77.77%> (ø)
src/wagtail_live/publishers/piesocket/__init__.py 100.00% <100.00%> (ø)
src/wagtail_live/publishers/piesocket/publisher.py 100.00% <100.00%> (ø)
src/wagtail_live/publishers/piesocket/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 cd8af9b...32a6d1a. Read the comment docs.