scrapy-plugins / scrapy-jsonschema

Scrapy schema validation pipeline and Item builder using JSON Schema
BSD 3-Clause "New" or "Revised" License
44 stars 12 forks source link

Remove six dependency #29

Closed elacuesta closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 (f7b92df) into master (dec2d21) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   96.11%   96.11%           
=======================================
  Files           3        4    +1     
  Lines         103      103           
  Branches       22       21    -1     
=======================================
  Hits           99       99           
  Misses          3        3           
  Partials        1        1           
Impacted Files Coverage Δ
scrapy_jsonschema/item.py 95.45% <100.00%> (-0.20%) :arrow_down:
scrapy_jsonschema/__init__.py 100.00% <0.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 dec2d21...f7b92df. Read the comment docs.