Closed JayH5 closed 6 years ago
Merging #81 into develop will not change coverage. The diff coverage is
100%
.
@@ 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.
seaworthy.stream
moduleCancellableStream
timeout logic (stream_timeout()
) toseaworthy.stream._timeout
seaworthy.stream.matchers
and remove specific references to log lines.output_lines()
function toseaworthy.utils
(it's not stream-specific so doesn't really belong with the other log streaming stuff).TODO:
seaworthy.stream.events
)