microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

Added new upsert API which returns updated entity #502

Closed kushagraThapar closed 4 years ago

kushagraThapar commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #502 into v2.1.x will increase coverage by 0.03%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           v2.1.x     #502      +/-   ##
==========================================
+ Coverage   74.77%   74.81%   +0.03%     
==========================================
  Files          48       48              
  Lines        1475     1481       +6     
  Branches      170      170              
==========================================
+ Hits         1103     1108       +5     
- Misses        279      280       +1     
  Partials       93       93
Impacted Files Coverage Δ
...repository/support/SimpleDocumentDbRepository.java 87.87% <100%> (+0.57%) :arrow_up:
.../spring/data/cosmosdb/core/DocumentDbTemplate.java 86.61% <90.9%> (-0.22%) :arrow_down:

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 4c432bd...d79472d. Read the comment docs.