adbar / trafilatura

Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV, JSON, HTML, MD, TXT, XML
https://trafilatura.readthedocs.io
Apache License 2.0
3.67k stars 263 forks source link

refactoring: add type hints #723

Closed adbar closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 99.19679% with 2 lines in your changes missing coverage. Please review.

Project coverage is 98.97%. Comparing base (6dedfbf) to head (f93bac5). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
trafilatura/feeds.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #723 +/- ## ========================================== + Coverage 98.90% 98.97% +0.06% ========================================== Files 21 21 Lines 3482 3501 +19 ========================================== + Hits 3444 3465 +21 + Misses 38 36 -2 ```

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