react-query-firebase icon indicating copy to clipboard operation
react-query-firebase copied to clipboard

Fix types and publish dev releases

Open cabljac opened this issue 3 years ago • 1 comments

This PR fixes some type errors in the firestore hooks, and bumps up the versions of packages to the dev releases

cabljac avatar Jun 27 '22 11:06 cabljac

Codecov Report

Merging #49 (595cfa8) into main (0acc863) will increase coverage by 1.55%. The diff coverage is 71.68%.

:exclamation: Current head 595cfa8 differs from pull request most recent head 45b562b. Consider uploading reports for the commit 45b562b to get more accurate results

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   59.73%   61.29%   +1.55%     
==========================================
  Files          22       22              
  Lines         457      509      +52     
  Branches       44       72      +28     
==========================================
+ Hits          273      312      +39     
- Misses        184      197      +13     
Impacted Files Coverage Δ
packages/auth/src/useAuthIdToken.ts 100.00% <ø> (ø)
packages/auth/src/useAuthUser.ts 100.00% <ø> (ø)
packages/firestore/src/useFirestoreQueryData.ts 50.00% <30.00%> (+2.00%) :arrow_up:
packages/firestore/src/useFirestoreDocumentData.ts 51.72% <33.33%> (-0.91%) :arrow_down:
packages/firestore/src/useFirestoreQuery.ts 90.90% <86.66%> (-9.10%) :arrow_down:
packages/firestore/src/useFirestoreDocument.ts 94.44% <92.30%> (-5.56%) :arrow_down:
packages/utils/src/useSubscription.ts 92.18% <93.61%> (+0.35%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0acc863...45b562b. Read the comment docs.

codecov[bot] avatar Jun 27 '22 11:06 codecov[bot]