openzim / devdocs

devdocs.io to ZIM scraper
GNU General Public License v3.0
1 stars 0 forks source link

Added generator logic #10

Closed josephlewis42 closed 5 days ago

josephlewis42 commented 1 month ago

Adds an MVP version of the generator: #1. With this, we get pretty nice support for most DevDocs items.

Known limitations:

Once merged, good proof of concepts for this would be:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 96.18321% with 5 lines in your changes missing coverage. Please review.

Project coverage is 92.56%. Comparing base (64a1c39) to head (353798e). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/devdocs2zim/generator.py 94.11% 3 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10 +/- ## =========================================== + Coverage 82.32% 92.56% +10.24% =========================================== Files 4 4 Lines 198 323 +125 Branches 19 43 +24 =========================================== + Hits 163 299 +136 + Misses 35 22 -13 - Partials 0 2 +2 ```

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

benoit74 commented 1 week ago

Hi @josephlewis42, thank you very much, I will review this tomorrow, I missed the notification in the avalanche I got when coming back from holidays, sorry for that!