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

Mimetype parameters handling #678

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Sep 24, 2023

Fixes #378

@p1c2u p1c2u force-pushed the fix/mimetype-parameters-handling branch from cffda89 to a570e60 Compare September 24, 2023 10:10
@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Merging #678 (a570e60) into master (7a17349) will decrease coverage by 0.05%.
The diff coverage is 88.37%.

❗ Current head a570e60 differs from pull request most recent head 5610b66. Consider uploading reports for the commit 5610b66 to get more accurate results

@@            Coverage Diff             @@
##           master     #678      +/-   ##
==========================================
- Coverage   91.34%   91.29%   -0.05%     
==========================================
  Files         126      126              
  Lines        3559     3586      +27     
  Branches      423      429       +6     
==========================================
+ Hits         3251     3274      +23     
- Misses        261      264       +3     
- Partials       47       48       +1     
Files Changed Coverage Δ
openapi_core/deserializing/media_types/util.py 78.26% <60.00%> (-9.98%) ⬇️
openapi_core/templating/media_types/finders.py 96.87% <95.00%> (-3.13%) ⬇️
...pi_core/deserializing/media_types/deserializers.py 100.00% <100.00%> (ø)
...penapi_core/deserializing/media_types/factories.py 100.00% <100.00%> (ø)
openapi_core/templating/media_types/datatypes.py 100.00% <100.00%> (ø)
openapi_core/validation/validators.py 95.00% <100.00%> (ø)

@p1c2u p1c2u force-pushed the fix/mimetype-parameters-handling branch from a570e60 to 5610b66 Compare September 25, 2023 14:16
@p1c2u p1c2u merged commit ba68efd into master Sep 25, 2023
14 checks passed
@p1c2u p1c2u deleted the fix/mimetype-parameters-handling branch September 25, 2023 15:16
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.

ResponseValidator: how to handle mime-type with character encoding details?
1 participant