Closed Zapix closed 3 years ago
Merging #100 (c938776) into dev (66b2ef9) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## dev #100 +/- ##
==========================================
+ Coverage 98.53% 98.55% +0.01%
==========================================
Files 162 173 +11
Lines 4576 4621 +45
==========================================
+ Hits 4509 4554 +45
Misses 67 67
Flag | Coverage Δ | |
---|---|---|
unittests | 98.55% <100.00%> (+0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
mtpylon/message_handler/__init__.py | 100.00% <100.00%> (ø) |
|
mtpylon/message_handler/message_handler.py | 100.00% <100.00%> (ø) |
|
mtpylon/message_handler/strategies/__init__.py | 100.00% <100.00%> (ø) |
|
...e_handler/strategies/handle_unencrypted_message.py | 100.00% <100.00%> (ø) |
|
...ssage_handler/strategies/handle_unknown_message.py | 100.00% <100.00%> (ø) |
|
mtpylon/message_handler/strategies/selector.py | 100.00% <100.00%> (ø) |
|
mtpylon/message_handler/strategies/types.py | 100.00% <100.00%> (ø) |
|
mtpylon/middlewares/__init__.py | 100.00% <100.00%> (ø) |
|
mtpylon/middlewares/apply.py | 100.00% <100.00%> (ø) |
|
tests/test_message_handler/test_message_handler.py | 100.00% <100.00%> (ø) |
|
... and 16 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 66b2ef9...c938776. Read the comment docs.
Closes #87