Closed etingof closed 6 years ago
Merging #22 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #22 +/- ##
=======================================
Coverage 60.64% 60.64%
=======================================
Files 30 30
Lines 2902 2902
=======================================
Hits 1760 1760
Misses 1142 1142
Impacted Files | Coverage Δ | |
---|---|---|
pysmi/__init__.py | 75% <100%> (ø) |
:arrow_up: |
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 5bbcf0f...e7b495f. Read the comment docs.
This PR features reading ASN.1 MIB files from .zip archives in pretty much the same way as from plain directories.
On top of that, ZIP archive readers is recursive meaning the .zip archive residing inside another .zip archive would be opened and searched as well.