Closed felipedau closed 7 years ago
Merging #78 into develop will increase coverage by
0.16%
. The diff coverage is56.04%
.
@@ Coverage Diff @@
## develop #78 +/- ##
==========================================
+ Coverage 46.64% 46.8% +0.16%
==========================================
Files 30 29 -1
Lines 4354 4307 -47
==========================================
- Hits 2031 2016 -15
+ Misses 2323 2291 -32
Impacted Files | Coverage Δ | |
---|---|---|
unmessage/smp.py | 92.98% <ø> (-0.05%) |
:arrow_down: |
unmessage/utils.py | 94.36% <ø> (+14.13%) |
:arrow_up: |
unmessage/cli.py | 0% <0%> (ø) |
:arrow_up: |
unmessage/gui.py | 0% <0%> (ø) |
:arrow_up: |
tests/test_file_transfer.py | 100% <100%> (ø) |
:arrow_up: |
unmessage/elements.py | 99.13% <100%> (+1.74%) |
:arrow_up: |
tests/utils.py | 100% <100%> (+2.63%) |
:arrow_up: |
unmessage/errors.py | 67.1% <100%> (+1.31%) |
:arrow_up: |
tests/test_conversation.py | 100% <100%> (ø) |
:arrow_up: |
tests/test_elements.py | 100% <100%> (ø) |
:arrow_up: |
... and 2 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 e4239e7...ba7b84c. Read the comment docs.
These changes do not have a relationship to a specific issue or branch. They are mostly cleanup and some fixes I made after a review.