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

Add typing for scrapy/commands #6268

Closed wRAR closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Merging #6268 (9fb626e) into master (bf14935) will decrease coverage by 0.07%. The diff coverage is 89.49%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6268 +/- ## ========================================== - Coverage 88.91% 88.85% -0.07% ========================================== Files 161 161 Lines 11796 11857 +61 Branches 1914 1918 +4 ========================================== + Hits 10488 10535 +47 - Misses 964 975 +11 - Partials 344 347 +3 ``` | [Files](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy) | Coverage Δ | | |---|---|---| | [scrapy/commands/bench.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL2JlbmNoLnB5) | `100.00% <100.00%> (ø)` | | | [scrapy/commands/check.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL2NoZWNrLnB5) | `72.60% <100.00%> (+1.17%)` | :arrow_up: | | [scrapy/commands/crawl.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL2NyYXdsLnB5) | `66.66% <100.00%> (+6.66%)` | :arrow_up: | | [scrapy/commands/fetch.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL2ZldGNoLnB5) | `90.19% <100.00%> (+0.19%)` | :arrow_up: | | [scrapy/commands/genspider.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL2dlbnNwaWRlci5weQ==) | `86.55% <100.00%> (+0.22%)` | :arrow_up: | | [scrapy/commands/list.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL2xpc3QucHk=) | `83.33% <100.00%> (+5.55%)` | :arrow_up: | | [scrapy/commands/runspider.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL3J1bnNwaWRlci5weQ==) | `93.75% <100.00%> (+0.27%)` | :arrow_up: | | [scrapy/commands/settings.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL3NldHRpbmdzLnB5) | `74.28% <100.00%> (+2.41%)` | :arrow_up: | | [scrapy/commands/shell.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL3NoZWxsLnB5) | `93.75% <100.00%> (+0.13%)` | :arrow_up: | | [scrapy/commands/startproject.py](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy#diff-c2NyYXB5L2NvbW1hbmRzL3N0YXJ0cHJvamVjdC5weQ==) | `100.00% <100.00%> (ø)` | | | ... and [8 more](https://app.codecov.io/gh/scrapy/scrapy/pull/6268?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy) | |