praekeltfoundation / marathon-acme

Automate ACME certificates for Marathon apps served by marathon-lb
MIT License
8 stars 3 forks source link

SseProtocol: Try call IProducer.stopProducing() when we lose the connection #119

Closed JayH5 closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #119 into develop will decrease coverage by <.01%. The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop     #119      +/-   ##
===========================================
- Coverage    99.89%   99.89%   -0.01%     
===========================================
  Files           21       20       -1     
  Lines         1963     1958       -5     
  Branches       100       99       -1     
===========================================
- Hits          1961     1956       -5     
  Misses           1        1              
  Partials         1        1
Impacted Files Coverage Δ
marathon_acme/sse_protocol.py 100% <100%> (ø) :arrow_up:
marathon_acme/tests/test_sse_protocol.py 100% <100%> (ø) :arrow_up:
marathon_acme/tests/__init__.py