Skip to content

Custom media type deserializers #192

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 1 commit into from
Feb 3, 2020

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Feb 3, 2020

Fixes #164

@codecov
Copy link

codecov bot commented Feb 3, 2020

Codecov Report

Merging #192 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
+ Coverage    96.2%   96.22%   +0.01%     
==========================================
  Files         103      103              
  Lines        1978     1988      +10     
==========================================
+ Hits         1903     1913      +10     
  Misses         75       75
Impacted Files Coverage Δ
openapi_core/deserializing/media_types/util.py 100% <ø> (ø)
...penapi_core/deserializing/media_types/factories.py 100% <100%> (ø) ⬆️
openapi_core/validation/response/validators.py 88.88% <100%> (+0.12%) ⬆️
openapi_core/validation/request/validators.py 94.63% <100%> (+0.03%) ⬆️

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 8048578...ab2e10f. Read the comment docs.

@p1c2u p1c2u force-pushed the feature/custom-media-type-deserializers branch from ae8e0c9 to ab2e10f Compare February 3, 2020 18:35
@p1c2u p1c2u merged commit e553923 into master Feb 3, 2020
@p1c2u p1c2u deleted the feature/custom-media-type-deserializers branch February 3, 2020 18:44
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.

Better way for adding custom serializers
1 participant