openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
20 stars 18 forks source link

Add minimal support for SVG conversion and probing #181

Closed benoit74 closed 3 months ago

benoit74 commented 4 months ago

Fix #113

Changes:

Nota: https://github.com/openzim/python-scraperlib/pull/178 must be reviewed and merged first, these changes are based on this other PR

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1eddabc) to head (c8e2a08).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #181 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 32 32 Lines 1452 1501 +49 Branches 251 262 +11 ========================================= + Hits 1452 1501 +49 ```

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