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: handle async response transformers #736

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

mrlubos
Copy link
Member

@mrlubos mrlubos commented Jul 1, 2024

Closes #730

Copy link

stackblitz bot commented Jul 1, 2024

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

Copy link

vercel bot commented Jul 1, 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 Jul 1, 2024 6:18am

Copy link

changeset-bot bot commented Jul 1, 2024

🦋 Changeset detected

Latest commit: 8410046

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

This PR includes changesets to release 3 packages
Name Type
@hey-api/client-fetch Patch
@hey-api/openapi-ts Patch
@example/openapi-ts-fetch 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

@mrlubos mrlubos marked this pull request as ready for review July 1, 2024 06:18
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 73.31%. Comparing base (0a31408) to head (8410046).

Files Patch % Lines
...ackages/openapi-ts/src/utils/write/transformers.ts 0.00% 6 Missing ⚠️
packages/openapi-ts/src/compiler/types.ts 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #736      +/-   ##
==========================================
- Coverage   73.37%   73.31%   -0.07%     
==========================================
  Files          78       78              
  Lines        8271     8278       +7     
  Branches      772      772              
==========================================
  Hits         6069     6069              
- Misses       2197     2204       +7     
  Partials        5        5              
Flag Coverage Δ
unittests 73.31% <0.00%> (-0.07%) ⬇️

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 a3c13b3 into main Jul 1, 2024
14 of 16 checks passed
@mrlubos mrlubos deleted the fix/async-transformers branch July 1, 2024 06:22
@github-actions github-actions bot mentioned this pull request Jul 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.

Support async transformers
1 participant