python-openapi / openapi-core

Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1 specification.
BSD 3-Clause "New" or "Revised" License
288 stars 131 forks source link

Deprecated spec validator fix #717

Closed p1c2u closed 8 months ago

p1c2u commented 8 months ago

Move from validator to cis for openapi -spec-validator

Fixes #715

codecov[bot] commented 8 months ago

Codecov Report

Merging #717 (b0fd71e) into stable/0.18.x (1b688bb) will decrease coverage by 0.04%. The diff coverage is 87.50%.

:exclamation: Current head b0fd71e differs from pull request most recent head 536fa8d. Consider uploading reports for the commit 536fa8d to get more accurate results

@@                Coverage Diff                @@
##           stable/0.18.x     #717      +/-   ##
=================================================
- Coverage          90.84%   90.81%   -0.04%     
=================================================
  Files                123      123              
  Lines               3463     3473      +10     
  Branches             423      427       +4     
=================================================
+ Hits                3146     3154       +8     
- Misses               266      267       +1     
- Partials              51       52       +1     
Files Coverage Δ
...penapi_core/unmarshalling/schemas/unmarshallers.py 95.48% <ø> (ø)
openapi_core/spec/paths.py 94.44% <87.50%> (-5.56%) :arrow_down: