Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validators refactor #286

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Validators refactor #286

merged 1 commit into from
Oct 9, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Oct 6, 2023

openapi_*_spec_validator objects are deprecated. Use *SpecValidator classes instead.

@p1c2u p1c2u force-pushed the refactor/validators-refactor branch 6 times, most recently from 59e9e6c to 69c4a73 Compare October 7, 2023 20:09
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #286 (5efb067) into master (ff01252) will increase coverage by 0.50%.
The diff coverage is 95.61%.

@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
+ Coverage   92.80%   93.31%   +0.50%     
==========================================
  Files          13       18       +5     
  Lines         431      688     +257     
  Branches       67      102      +35     
==========================================
+ Hits          400      642     +242     
- Misses         21       34      +13     
- Partials       10       12       +2     
Files Coverage Δ
openapi_spec_validator/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/__main__.py 89.39% <100.00%> (+0.50%) ⬆️
openapi_spec_validator/exceptions.py 100.00% <100.00%> (ø)
openapi_spec_validator/schemas/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/shortcuts.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/decorators.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/finders.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/types.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/validators.py 95.38% <100.00%> (+2.91%) ⬆️
... and 4 more

@p1c2u p1c2u force-pushed the refactor/validators-refactor branch 6 times, most recently from e72e7d6 to 04d8cf8 Compare October 9, 2023 10:33
@p1c2u p1c2u force-pushed the refactor/validators-refactor branch from 04d8cf8 to 5efb067 Compare October 9, 2023 11:06
@p1c2u p1c2u merged commit 29b193e into master Oct 9, 2023
20 checks passed
@p1c2u p1c2u deleted the refactor/validators-refactor branch October 9, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant