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

Small changes for mindtouch #213

Closed benoit74 closed 2 weeks ago

benoit74 commented 2 weeks ago

Very simplified version of #211 since for now decided not to include an executor but rely on joblib (or another parallel processing lib) for now.

Changes:

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (7b41b04) to head (f5f0412). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 38 38 Lines 2223 2224 +1 Branches 426 426 ========================================= + Hits 2223 2224 +1 ```

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