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 #501

Closed kushagraThapar closed 4 years ago

kushagraThapar commented 4 years ago
Incarnation-p-lee commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Clones removed
==============
+ src/test/java/com/microsoft/azure/spring/data/cosmosdb/core/CosmosTemplateIT.java  -2

See the complete overview on Codacy

codecov-io commented 4 years ago

Codecov Report

Merging #501 into master will increase coverage by 0.03%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #501      +/-   ##
==========================================
+ Coverage   72.98%   73.02%   +0.03%     
==========================================
  Files          59       59              
  Lines        1788     1794       +6     
  Branches      185      185              
==========================================
+ Hits         1305     1310       +5     
- Misses        402      403       +1     
  Partials       81       81
Impacted Files Coverage Δ
...sdb/repository/support/SimpleCosmosRepository.java 88.05% <100%> (+0.55%) :arrow_up:
...zure/spring/data/cosmosdb/core/CosmosTemplate.java 89.87% <80%> (-0.23%) :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 7defda2...94ba3eb. Read the comment docs.