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: make TanStack Query plugin work with class-based services #1096

Merged
merged 1 commit into from
Sep 26, 2024

fix: make TanStack Query plugin work with class-based services

b6e350a
Select commit
Loading
Failed to load commit list.
Merged

fix: make TanStack Query plugin work with class-based services #1096

fix: make TanStack Query plugin work with class-based services
b6e350a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 26, 2024 in 0s

81.14% (-0.08%) compared to 867682d

View this Pull Request on Codecov

81.14% (-0.08%) compared to 867682d

Details

Codecov Report

Attention: Patch coverage is 64.70588% with 18 lines in your changes missing coverage. Please review.

Project coverage is 81.14%. Comparing base (867682d) to head (b6e350a).

Files with missing lines Patch % Lines
...napi-ts/src/plugins/@tanstack/query-core/plugin.ts 10.52% 17 Missing ⚠️
packages/openapi-ts/src/generate/transformers.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1096      +/-   ##
==========================================
- Coverage   81.21%   81.14%   -0.08%     
==========================================
  Files         102      102              
  Lines       11506    11540      +34     
  Branches     1232     1234       +2     
==========================================
+ Hits         9345     9364      +19     
- Misses       2158     2173      +15     
  Partials        3        3              

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