microsoft / spring-data-cosmosdb

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

Added Delete by Id and partition key API #437

Closed kushagraThapar closed 4 years ago

kushagraThapar commented 4 years ago

Added API to deleteByIdAndPartitionKey() to CosmosRepository and ReactiveCosmosRepository

codecov-io commented 4 years ago

Codecov Report

Merging #437 into master will increase coverage by 0.07%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #437      +/-   ##
==========================================
+ Coverage   69.62%   69.69%   +0.07%     
==========================================
  Files          56       56              
  Lines        1544     1551       +7     
  Branches      163      163              
==========================================
+ Hits         1075     1081       +6     
- Misses        389      390       +1     
  Partials       80       80
Impacted Files Coverage Δ
...sitory/support/SimpleReactiveCosmosRepository.java 0% <0%> (ø) :arrow_up:
...sdb/repository/support/SimpleCosmosRepository.java 91.8% <100%> (+0.57%) :arrow_up:
...zure/spring/data/cosmosdb/core/CosmosTemplate.java 89.43% <0%> (+0.75%) :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 e72ce3b...d7e1ab5. Read the comment docs.