scrapy / parsel

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

Upgrade some semantics and references to Python 3.6 #227

Closed noviluni closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #227 (f6f0331) into master (d20db09) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #227   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          291       290    -1     
  Branches        51        50    -1     
=========================================
- Hits           291       290    -1     
Impacted Files Coverage Δ
parsel/selector.py 100.00% <100.00%> (ø)
parsel/utils.py 100.00% <100.00%> (ø)
parsel/xpathfuncs.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d20db09...f6f0331. Read the comment docs.

wRAR commented 3 years ago

Thanks!