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

Added support for fields allOf, anyOf, oneOf on top level #16

Closed VMRuiz closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   97.75%   97.93%   +0.18%     
==========================================
  Files           3        3              
  Lines          89       97       +8     
  Branches       18       22       +4     
==========================================
+ Hits           87       95       +8     
  Misses          1        1              
  Partials        1        1              
Impacted Files Coverage Δ
scrapy_jsonschema/item.py 98.43% <100.00%> (+0.22%) :arrow_up:

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 62905d3...75e8de5. Read the comment docs.