scrapy / itemloaders

Library to populate items using XPath and CSS with a convenient API
BSD 3-Clause "New" or "Revised" License
44 stars 16 forks source link

Add typing. #80

Closed wRAR closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 98.61111% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 98.92%. Comparing base (de94c5c) to head (5f56673). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #80 +/- ## ========================================== - Coverage 99.24% 98.92% -0.32% ========================================== Files 4 4 Lines 266 280 +14 ========================================== + Hits 264 277 +13 - Misses 2 3 +1 ``` | [Files](https://app.codecov.io/gh/scrapy/itemloaders/pull/80?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy) | Coverage Δ | | |---|---|---| | [itemloaders/common.py](https://app.codecov.io/gh/scrapy/itemloaders/pull/80?src=pr&el=tree&filepath=itemloaders%2Fcommon.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-aXRlbWxvYWRlcnMvY29tbW9uLnB5) | `100.00% <100.00%> (ø)` | | | [itemloaders/processors.py](https://app.codecov.io/gh/scrapy/itemloaders/pull/80?src=pr&el=tree&filepath=itemloaders%2Fprocessors.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-aXRlbWxvYWRlcnMvcHJvY2Vzc29ycy5weQ==) | `100.00% <100.00%> (ø)` | | | [itemloaders/utils.py](https://app.codecov.io/gh/scrapy/itemloaders/pull/80?src=pr&el=tree&filepath=itemloaders%2Futils.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-aXRlbWxvYWRlcnMvdXRpbHMucHk=) | `93.54% <100.00%> (ø)` | | | [itemloaders/\_\_init\_\_.py](https://app.codecov.io/gh/scrapy/itemloaders/pull/80?src=pr&el=tree&filepath=itemloaders%2F__init__.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-aXRlbWxvYWRlcnMvX19pbml0X18ucHk=) | `99.44% <98.03%> (-0.56%)` | :arrow_down: |