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

refactor: split tanstack query plugin into modules #1513

Merged
merged 1 commit into from
Dec 26, 2024

refactor: split tanstack query plugin into modules

a6523a4
Select commit
Loading
Failed to load commit list.
Merged

refactor: split tanstack query plugin into modules #1513

refactor: split tanstack query plugin into modules
a6523a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 26, 2024 in 0s

63.22% (-0.17%) compared to cc505ee

View this Pull Request on Codecov

63.22% (-0.17%) compared to cc505ee

Details

Codecov Report

Attention: Patch coverage is 7.53731% with 1239 lines in your changes missing coverage. Please review.

Project coverage is 63.22%. Comparing base (cc505ee) to head (a6523a4).

Files with missing lines Patch % Lines
...ugins/@tanstack/query-core/infiniteQueryOptions.ts 6.22% 452 Missing ⚠️
...pi-ts/src/plugins/@tanstack/query-core/queryKey.ts 6.12% 337 Missing ⚠️
...s/src/plugins/@tanstack/query-core/queryOptions.ts 9.78% 166 Missing ⚠️
...rc/plugins/@tanstack/query-core/mutationOptions.ts 7.58% 134 Missing ⚠️
...api-ts/src/plugins/@tanstack/query-core/useType.ts 10.09% 98 Missing ⚠️
...napi-ts/src/plugins/@tanstack/query-core/plugin.ts 9.25% 49 Missing ⚠️
...napi-ts/src/plugins/@tanstack/query-core/client.ts 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1513      +/-   ##
==========================================
- Coverage   63.39%   63.22%   -0.17%     
==========================================
  Files         143      149       +6     
  Lines       22596    22700     +104     
  Branches     1860     1860              
==========================================
+ Hits        14324    14353      +29     
- Misses       8266     8341      +75     
  Partials        6        6              

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