scrapy / scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.
https://scrapy.org
BSD 3-Clause "New" or "Revised" License
51.16k stars 10.35k forks source link

Update tool versions, fix some of the pylint problems #6253

Closed wRAR closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Merging #6253 (4f9dd99) into master (415c474) will decrease coverage by 0.02%. The diff coverage is 33.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6253 +/- ## ========================================== - Coverage 88.90% 88.89% -0.02% ========================================== Files 161 161 Lines 11792 11776 -16 Branches 1913 1914 +1 ========================================== - Hits 10484 10468 -16 + Misses 980 964 -16 - Partials 328 344 +16 ``` | [Files](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy) | Coverage Δ | | |---|---|---| | [scrapy/commands/\_\_init\_\_.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL19faW5pdF9fLnB5) | `74.71% <ø> (ø)` | | | [scrapy/commands/shell.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL3NoZWxsLnB5) | `93.61% <ø> (ø)` | | | [scrapy/core/downloader/handlers/\_\_init\_\_.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvcmUvZG93bmxvYWRlci9oYW5kbGVycy9fX2luaXRfXy5weQ==) | `81.35% <100.00%> (ø)` | | | [scrapy/core/downloader/handlers/http10.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvcmUvZG93bmxvYWRlci9oYW5kbGVycy9odHRwMTAucHk=) | `100.00% <ø> (ø)` | | | [scrapy/core/downloader/middleware.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvcmUvZG93bmxvYWRlci9taWRkbGV3YXJlLnB5) | `96.77% <ø> (ø)` | | | [scrapy/core/engine.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvcmUvZW5naW5lLnB5) | `85.66% <ø> (ø)` | | | [scrapy/core/http2/stream.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvcmUvaHR0cDIvc3RyZWFtLnB5) | `91.90% <ø> (ø)` | | | [scrapy/core/scraper.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvcmUvc2NyYXBlci5weQ==) | `85.26% <ø> (ø)` | | | [scrapy/core/spidermw.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvcmUvc3BpZGVybXcucHk=) | `99.44% <ø> (ø)` | | | [scrapy/downloadermiddlewares/defaultheaders.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2Rvd25sb2FkZXJtaWRkbGV3YXJlcy9kZWZhdWx0aGVhZGVycy5weQ==) | `89.47% <ø> (ø)` | | | ... and [44 more](https://app.codecov.io/gh/scrapy/scrapy/pull/6253?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy) | |