microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
93 stars 68 forks source link

Added new feature API for find by id and partition #433

Closed kushagraThapar closed 4 years ago

kushagraThapar commented 4 years ago

Added new feature API for find by id and partition which uses readDocument() call

codecov-io commented 4 years ago

Codecov Report

Merging #433 into master will increase coverage by 0.06%. The diff coverage is 80.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #433      +/-   ##
==========================================
+ Coverage   75.05%   75.12%   +0.06%     
==========================================
  Files          48       48              
  Lines        1403     1439      +36     
  Branches      160      161       +1     
==========================================
+ Hits         1053     1081      +28     
- Misses        264      271       +7     
- Partials       86       87       +1
Impacted Files Coverage Δ
...sitory/support/SimpleReactiveCosmosRepository.java 0% <0%> (ø) :arrow_up:
...repository/support/SimpleDocumentDbRepository.java 91.22% <50%> (-3.12%) :arrow_down:
.../spring/data/cosmosdb/core/DocumentDbTemplate.java 88.92% <87.5%> (-0.09%) :arrow_down:
...ing/data/cosmosdb/core/ReactiveCosmosTemplate.java 78.97% <94.44%> (+1.06%) :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 4f43dcf...e31abd4. Read the comment docs.