scrapy / parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
BSD 3-Clause "New" or "Revised" License
1.11k stars 137 forks source link

Drop Python 3.7 support. #280

Closed wRAR closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #280 (c73cd8b) into master (8c39b2f) will increase coverage by 1.61%. The diff coverage is 71.42%.

:exclamation: Current head c73cd8b differs from pull request most recent head 398b197. Consider uploading reports for the commit 398b197 to get more accurate results

@@            Coverage Diff             @@
##           master     #280      +/-   ##
==========================================
+ Coverage   90.57%   92.18%   +1.61%     
==========================================
  Files           5        5              
  Lines         456      448       -8     
  Branches       93       91       -2     
==========================================
  Hits          413      413              
+ Misses         32       26       -6     
+ Partials       11        9       -2     
Impacted Files Coverage Δ
parsel/csstranslator.py 92.20% <66.66%> (+6.13%) :arrow_up:
parsel/selector.py 90.30% <100.00%> (+0.79%) :arrow_up: