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
287 stars 131 forks source link

Fix resolver for jsonschema validator created by `SchemaValidatorsFactory` #853

Closed chantera closed 2 weeks ago

chantera commented 3 weeks ago

Fix #852

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.28%. Comparing base (4b803be) to head (0383a3d). Report is 6 commits behind head on master.

:exclamation: Current head 0383a3d differs from pull request most recent head 7d0f325

Please upload reports for the commit 7d0f325 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #853 +/- ## ========================================== - Coverage 90.28% 90.28% -0.01% ========================================== Files 148 148 Lines 4313 4312 -1 Branches 527 527 ========================================== - Hits 3894 3893 -1 Misses 317 317 Partials 102 102 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

p1c2u commented 2 weeks ago

@chantera thank you for the contribution