openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 19 forks source link

Added getMetadataItem support #129

Closed rgaudin closed 2 years ago

rgaudin commented 2 years ago

Updated test and release workflows to use libzim 7.1.0 added get_metadata_item() on Archive to match getMetadataItem(). Improved existing tests to test it. Added a new ZIM from zim-testing-suite to test for Illustration's mimetype

codecov[bot] commented 2 years ago

Codecov Report

Merging #129 (50721d5) into master (ba62b0a) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
+ Coverage   97.83%   97.84%   +0.01%     
==========================================
  Files           1        1              
  Lines         416      418       +2     
==========================================
+ Hits          407      409       +2     
  Misses          9        9              
Impacted Files Coverage Δ
libzim/libzim.pyx 97.84% <100.00%> (+0.01%) :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 ba62b0a...50721d5. Read the comment docs.