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 20 forks source link

Include tests/*.zim files in the release tarball #69

Closed legoktm closed 4 years ago

legoktm commented 4 years ago

This will allow tests to pass from people/distributions (e.g. Debian) using the release tarball.

Fixes #68.

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   90.62%   90.62%           
=======================================
  Files           2        2           
  Lines          96       96           
=======================================
  Hits           87       87           
  Misses          9        9           

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 cd4d3b3...fd3d736. Read the comment docs.

legoktm commented 4 years ago

Superseded by #76.