python-openapi / openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.
Apache License 2.0
329 stars 61 forks source link

Update SupportsValidation protocol #232

Closed p1c2u closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #232 (408a412) into master (37e3de3) will increase coverage by 0.05%. The diff coverage is 71.42%.

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   92.67%   92.72%   +0.05%     
==========================================
  Files          13       13              
  Lines         423      426       +3     
  Branches       66       66              
==========================================
+ Hits          392      395       +3     
  Misses         21       21              
  Partials       10       10              
Impacted Files Coverage Δ
openapi_spec_validator/validation/proxies.py 75.00% <33.33%> (+0.92%) :arrow_up:
openapi_spec_validator/shortcuts.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/protocols.py 81.25% <100.00%> (+1.25%) :arrow_up: