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: type of QuerySnapshot.docChanges() should be generic #1484

Merged
merged 3 commits into from
Apr 28, 2021

Conversation

schmidt-sebastian
Copy link
Contributor

@schmidt-sebastian schmidt-sebastian commented Apr 26, 2021

Fixes #1483

@schmidt-sebastian schmidt-sebastian requested review from a team as code owners April 26, 2021 15:35
@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/nodejs-firestore API. label Apr 26, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 26, 2021
@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #1484 (e0982c8) into master (685e75c) will increase coverage by 0.02%.
The diff coverage is 99.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1484      +/-   ##
==========================================
+ Coverage   98.20%   98.22%   +0.02%     
==========================================
  Files          32       32              
  Lines       19502    20052     +550     
  Branches     1363     1390      +27     
==========================================
+ Hits        19152    19697     +545     
- Misses        346      351       +5     
  Partials        4        4              
Impacted Files Coverage Δ
dev/src/v1beta1/firestore_client.ts 97.93% <98.85%> (+0.19%) ⬆️
dev/src/backoff.ts 98.29% <100.00%> (ø)
dev/src/bulk-writer.ts 100.00% <100.00%> (ø)
dev/src/index.ts 95.45% <100.00%> (+<0.01%) ⬆️
dev/src/query-partition.ts 100.00% <100.00%> (ø)
dev/src/rate-limiter.ts 98.85% <100.00%> (ø)
dev/src/reference.ts 99.21% <100.00%> (ø)
dev/src/timestamp.ts 100.00% <100.00%> (ø)

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 d7a9f44...e0982c8. Read the comment docs.

@schmidt-sebastian schmidt-sebastian added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 26, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 28, 2021
@schmidt-sebastian schmidt-sebastian merged commit 3ed1929 into master Apr 28, 2021
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt/generic branch April 28, 2021 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/nodejs-firestore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The return type of docChanges in QuerySnapshot is not generic
3 participants