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

chore(parser): pass openAPI schema to write methods #285

Merged
merged 4 commits into from
Apr 8, 2024

Conversation

mrlubos
Copy link
Member

@mrlubos mrlubos commented Apr 8, 2024

Closes #224

Copy link

vercel bot commented Apr 8, 2024

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 Apr 8, 2024 2:52am

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

Attention: Patch coverage is 83.62069% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 85.97%. Comparing base (b9f4847) to head (71e6d5b).

Files Patch % Lines
packages/openapi-ts/src/utils/write/schemas.ts 68.42% 12 Missing ⚠️
packages/openapi-ts/src/compiler/utils.ts 42.85% 3 Missing and 1 partial ⚠️
packages/openapi-ts/src/compiler/types.ts 33.33% 2 Missing ⚠️
packages/openapi-ts/src/index.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #285      +/-   ##
==========================================
+ Coverage   82.42%   85.97%   +3.54%     
==========================================
  Files          71       72       +1     
  Lines        4797     4592     -205     
  Branches      544      540       -4     
==========================================
- Hits         3954     3948       -6     
+ Misses        842      642     -200     
- Partials        1        2       +1     
Flag Coverage Δ
unittests 85.97% <83.62%> (+3.54%) ⬆️

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 merged commit cd8970f into main Apr 8, 2024
16 checks passed
@mrlubos mrlubos deleted the feat/json-schemas-2 branch April 8, 2024 03:10
@github-actions github-actions bot mentioned this pull request Apr 8, 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.

Export JSON schema compliant objects
2 participants