Skip to content

Use the json module to take care of the integer keys. #146

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

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

Wim-De-Clercq
Copy link
Contributor

This change allows the yaml loading to use the original
yaml loaders which are much faster.

Issue #145

@codecov
Copy link

codecov bot commented Feb 16, 2022

Codecov Report

Merging #146 (a82db5a) into master (fae097a) will decrease coverage by 0.45%.
The diff coverage is 84.61%.

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   96.42%   95.97%   -0.46%     
==========================================
  Files          19       18       -1     
  Lines         560      547      -13     
  Branches      106      103       -3     
==========================================
- Hits          540      525      -15     
- Misses         10       12       +2     
  Partials       10       10              
Impacted Files Coverage Δ
openapi_spec_validator/handlers/compat.py 60.00% <60.00%> (ø)
openapi_spec_validator/handlers/file.py 100.00% <100.00%> (ø)
openapi_spec_validator/schemas.py 100.00% <100.00%> (ø)

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 fae097a...a82db5a. Read the comment docs.

Copy link
Collaborator

@p1c2u p1c2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Wim-De-Clercq and others added 2 commits June 21, 2022 06:29
This change allows the yaml loading to use the original
yaml loaders which are much faster.

Issue python-openapi#145
@p1c2u p1c2u force-pushed the issue/145_yaml_loader branch from 8dfb8df to a82db5a Compare June 21, 2022 05:32
@p1c2u p1c2u merged commit a726ae8 into python-openapi:master Jun 21, 2022
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.

2 participants