saltyrtc / saltyrtc-server-python

SaltyRTC signalling server implementation.
MIT License
59 stars 13 forks source link

Automatically build & push to Docker Hub #106

Closed lgrahl closed 5 years ago

lgrahl commented 5 years ago

All branches and tags build and push an image to Docker Hub. Supported tags and the master branch will be rebuilt every week.

codecov-io commented 5 years ago

Codecov Report

Merging #106 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   81.72%   81.72%           
=======================================
  Files          10       10           
  Lines        1669     1669           
  Branches      190      190           
=======================================
  Hits         1364     1364           
  Misses        239      239           
  Partials       66       66
Impacted Files Coverage Δ
saltyrtc/server/bin.py 39.86% <100%> (ø) :arrow_up:

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 ad82160...2777787. Read the comment docs.

lgrahl commented 5 years ago

FYI: Tests failed due to rebasing after squashing fixups. Didn't want to wait...