openzim / python-libzim

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

platform only checked if downloading #173

Closed rgaudin closed 10 months ago

rgaudin commented 10 months ago

We were incorrectly checking the platform unconditionally while this is only relevant to halt the setup when we'll download libzim binary (and there wont be a matching file to download)

codecov[bot] commented 10 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b893d2a) 93.12% compared to head (faccfbe) 93.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #173 +/- ## ======================================= Coverage 93.12% 93.12% ======================================= Files 1 1 Lines 480 480 ======================================= Hits 447 447 Misses 33 33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.