Closed catlee closed 6 years ago
Merging #43 into master will increase coverage by
1.65%
. The diff coverage is97.2%
.
@@ Coverage Diff @@
## master #43 +/- ##
=========================================
+ Coverage 96.64% 98.3% +1.65%
=========================================
Files 16 16
Lines 1044 1121 +77
Branches 111 110 -1
=========================================
+ Hits 1009 1102 +93
+ Misses 13 5 -8
+ Partials 22 14 -8
Impacted Files | Coverage Δ | |
---|---|---|
src/mardor/utils.py | 93.93% <ø> (ø) |
:arrow_up: |
src/mardor/writer.py | 100% <100%> (+3.78%) |
:arrow_up: |
tests/test_signing.py | 100% <100%> (ø) |
:arrow_up: |
tests/test_writer.py | 100% <100%> (ø) |
:arrow_up: |
src/mardor/format.py | 100% <100%> (+6.66%) |
:arrow_up: |
src/mardor/__init__.py | 100% <100%> (ø) |
:arrow_up: |
tests/test_cli.py | 100% <100%> (ø) |
:arrow_up: |
tests/test_version.py | 100% <100%> (ø) |
:arrow_up: |
src/mardor/signing.py | 100% <100%> (ø) |
:arrow_up: |
tests/test_reader.py | 96.84% <100%> (+2.72%) |
:arrow_up: |
... and 5 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 d2374ca...f62a587. Read the comment docs.
Remove appveyor
cryptography update required changes to internal API; bumped version to 2.3.0 in response.