lemon24 / reader

A Python feed reader library.
https://reader.readthedocs.io
BSD 3-Clause "New" or "Revised" License
456 stars 38 forks source link

Update the parser API to expose HTTP information to the updater. #352

Closed lemon24 closed 2 months ago

lemon24 commented 2 months ago

Mostly following https://github.com/lemon24/reader/issues/307#issuecomment-2281797898.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 96.99248% with 8 lines in your changes missing coverage. Please review.

Project coverage is 95.02%. Comparing base (f92e592) to head (fc939c4). Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
tests/test_reader_private.py 27.27% 4 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #352 +/- ## ========================================== - Coverage 95.04% 95.02% -0.02% ========================================== Files 96 96 Lines 12021 12143 +122 Branches 2253 2273 +20 ========================================== + Hits 11425 11539 +114 - Misses 513 517 +4 - Partials 83 87 +4 ```

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