Skip to content

fix: handle file-like content media type without explicit schema#1305

Merged
mrlubos merged 1 commit into
mainfrom
fix/experimental-parser-content-file-no-schema
Nov 18, 2024
Merged

fix: handle file-like content media type without explicit schema#1305
mrlubos merged 1 commit into
mainfrom
fix/experimental-parser-content-file-no-schema

Conversation

@mrlubos

@mrlubos mrlubos commented Nov 18, 2024

Copy link
Copy Markdown
Member

Closes #550

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel

vercel Bot commented Nov 18, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 18, 2024 10:08am

@changeset-bot

changeset-bot Bot commented Nov 18, 2024

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: a3698a7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hey-api/openapi-ts Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov

codecov Bot commented Nov 18, 2024

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 44.79167% with 53 lines in your changes missing coverage. Please review.

Project coverage is 66.88%. Comparing base (2822bc4) to head (a3698a7).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...s/openapi-ts/src/openApi/3.0.x/parser/mediaType.ts 14.63% 35 Missing ⚠️
...s/openapi-ts/src/openApi/3.1.x/parser/mediaType.ts 62.85% 13 Missing ⚠️
...s/openapi-ts/src/openApi/3.0.x/parser/operation.ts 16.66% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1305      +/-   ##
==========================================
- Coverage   66.96%   66.88%   -0.09%     
==========================================
  Files         136      136              
  Lines       20134    20215      +81     
  Branches     1791     1797       +6     
==========================================
+ Hits        13482    13520      +38     
- Misses       6648     6691      +43     
  Partials        4        4              
Flag Coverage Δ
unittests 66.88% <44.79%> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrlubos mrlubos marked this pull request as ready for review November 18, 2024 10:13
@mrlubos mrlubos merged commit 59b84a0 into main Nov 18, 2024
@mrlubos mrlubos deleted the fix/experimental-parser-content-file-no-schema branch November 18, 2024 10:15
@github-actions github-actions Bot mentioned this pull request Nov 18, 2024
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.

OpenAPI 3 / 3.1 handling of binary content

1 participant