scrapy / scrapy

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

Added tests for check command #6231

Closed elramen closed 2 months ago

elramen commented 3 months ago

Added tests for the check command to increase coverage.

codecov[bot] commented 3 months ago

Codecov Report

Merging #6231 (f096f17) into master (ba8993e) will increase coverage by 0.07%. Report is 2 commits behind head on master. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6231 +/- ## ========================================== + Coverage 88.61% 88.68% +0.07% ========================================== Files 161 161 Lines 11775 11775 Branches 1908 1908 ========================================== + Hits 10434 10443 +9 + Misses 1011 1005 -6 + Partials 330 327 -3 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/scrapy/scrapy/pull/6231/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy)
elramen commented 3 months ago

@wRAR does this look ok? :)