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

feat(client): generate schemas and models in one file each #168

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

jordanshatford
Copy link
Collaborator

Each has there own file, closes: #165

@jordanshatford jordanshatford requested a review from mrlubos March 27, 2024 23:22
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

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

Project coverage is 91.91%. Comparing base (abb9bf2) to head (5ac37d2).

Files Patch % Lines
src/utils/handlebars.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #168      +/-   ##
==========================================
+ Coverage   91.77%   91.91%   +0.14%     
==========================================
  Files          66       66              
  Lines        3975     3947      -28     
  Branches      481      476       -5     
==========================================
- Hits         3648     3628      -20     
+ Misses        326      318       -8     
  Partials        1        1              
Flag Coverage Δ
unittests 91.91% <93.75%> (+0.14%) ⬆️

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.

@jordanshatford jordanshatford force-pushed the feat/generate-models-and-schemas-in-one-file branch from 425f104 to 5ac37d2 Compare March 28, 2024 01:07
@jordanshatford jordanshatford merged commit dc33ccb into main Mar 28, 2024
14 checks passed
@jordanshatford jordanshatford deleted the feat/generate-models-and-schemas-in-one-file branch March 28, 2024 01:11
@github-actions github-actions bot mentioned this pull request Mar 28, 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 models and schemas from single file
2 participants