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

Fix/907 #911

Merged
merged 4 commits into from
Apr 1, 2024
Merged

Fix/907 #911

merged 4 commits into from
Apr 1, 2024

Conversation

stijnvanhulle
Copy link
Collaborator

No description provided.

Copy link

changeset-bot bot commented Apr 1, 2024

🦋 Changeset detected

Latest commit: 8dde8f4

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

This PR includes changesets to release 19 packages
Name Type
@kubb/core Patch
@kubb/cli Patch
@kubb/react Patch
@kubb/swagger-client Patch
@kubb/swagger-faker Patch
@kubb/swagger-msw Patch
@kubb/swagger-swr Patch
@kubb/swagger-tanstack-query Patch
@kubb/swagger-ts Patch
@kubb/swagger-zod Patch
@kubb/swagger-zodios Patch
@kubb/swagger Patch
unplugin-kubb Patch
@kubb/parser Patch
@kubb/types Patch
@kubb/biome-config Patch
@kubb/eslint-config Patch
@kubb/ts-config Patch
@kubb/tsup-config 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

Copy link

vercel bot commented Apr 1, 2024

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

Name Status Preview Comments Updated (UTC)
kubb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 1, 2024 11:56am

@stijnvanhulle stijnvanhulle linked an issue Apr 1, 2024 that may be closed by this pull request
@stijnvanhulle stijnvanhulle linked an issue Apr 1, 2024 that may be closed by this pull request
Copy link

codesandbox-ci bot commented Apr 1, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 8dde8f4:

Sandbox Source
advanced-pet-store Configuration
faker-pet-store Configuration
msw-pet-store Configuration
python-pet-store Configuration
msw-v2-pet-store Configuration
react-query-pet-store Configuration
react-query-v5-pet-store Configuration
typescript-pet-store Configuration
simple-single-pet-store Configuration
solid-query-pet-store Configuration
svelte-query-pet-store Configuration
swr-pet-store Configuration
vue-query-pet-store Configuration
vue-query-v5-pet-store Configuration
zod-pet-store Configuration
zodios-pet-store Configuration
client-pet-store Configuration

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

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

Project coverage is 77.33%. Comparing base (363d28e) to head (8dde8f4).
Report is 2 commits behind head on main.

Files Patch % Lines
packages/swagger-swr/src/OperationGenerator.tsx 4.16% 23 Missing ⚠️
packages/react/src/components/Root.tsx 65.45% 19 Missing ⚠️
packages/swagger-msw/src/OperationGenerator.tsx 5.88% 16 Missing ⚠️
packages/swagger-faker/src/SchemaGenerator.tsx 13.33% 13 Missing ⚠️
packages/swagger-zod/src/SchemaGenerator.tsx 15.38% 11 Missing ⚠️
...es/swagger-tanstack-query/src/components/Query.tsx 72.41% 8 Missing ⚠️
packages/swagger-ts/src/SchemaGenerator.tsx 27.27% 8 Missing ⚠️
packages/swagger-zodios/src/OperationGenerator.tsx 0.00% 7 Missing and 1 partial ⚠️
packages/core/src/FileManager.ts 50.00% 7 Missing ⚠️
packages/swagger-client/src/OperationGenerator.tsx 58.82% 7 Missing ⚠️
... and 16 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #911      +/-   ##
==========================================
+ Coverage   77.25%   77.33%   +0.08%     
==========================================
  Files         142      138       -4     
  Lines       13853    13885      +32     
  Branches     1606     1612       +6     
==========================================
+ Hits        10702    10738      +36     
+ Misses       3139     3135       -4     
  Partials       12       12              

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

@stijnvanhulle stijnvanhulle merged commit 2f3f3ea into main Apr 1, 2024
12 of 13 checks passed
@stijnvanhulle stijnvanhulle deleted the fix/907 branch April 1, 2024 12:06
@github-actions github-actions bot mentioned this pull request Apr 1, 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.

schema import is not correct with zod pluggin generated file is empty when named index.ts
1 participant