praekeltfoundation / seaworthy

Test harness for Docker container images 🌊 🚢
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

[WIP]: Stream handling restructuring #81

Closed JayH5 closed 6 years ago

JayH5 commented 6 years ago

TODO:

codecov[bot] commented 6 years ago

Codecov Report

Merging #81 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #81   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           26     32    +6     
  Lines         2565   2575   +10     
  Branches       162    162           
======================================
+ Hits          2565   2575   +10
Impacted Files Coverage Δ
seaworthy/tests/containers/test_nginx.py 100% <100%> (ø) :arrow_up:
seaworthy/tests-core/stream/fake_stream.py 100% <100%> (ø)
seaworthy/tests-core/test_utils.py 100% <100%> (ø)
seaworthy/containers/postgresql.py 100% <100%> (ø) :arrow_up:
seaworthy/containers/redis.py 100% <100%> (ø) :arrow_up:
seaworthy/stream/matchers.py 100% <100%> (ø)
seaworthy/tests-core/stream/test_matchers.py 100% <100%> (ø)
seaworthy/tests-core/stream/test_logs.py 100% <100%> (ø)
seaworthy/stream/logs.py 100% <100%> (ø)
seaworthy/containers/rabbitmq.py 100% <100%> (ø) :arrow_up:
... and 12 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 c06669d...49d7f90. Read the comment docs.