microsoft / spring-data-cosmosdb

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

Implemented reactive API replacing sync API for DocumentDbTemplate #411

Closed kushagraThapar closed 5 years ago

kushagraThapar commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #411 into master will decrease coverage by 2.18%. The diff coverage is 78.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #411      +/-   ##
==========================================
- Coverage   75.49%   73.31%   -2.19%     
==========================================
  Files          47       47              
  Lines        1363     1349      -14     
  Branches      154      154              
==========================================
- Hits         1029      989      -40     
- Misses        254      278      +24     
- Partials       80       82       +2
Impacted Files Coverage Δ
...smosdb/config/AbstractDocumentDbConfiguration.java 100% <100%> (ø) :arrow_up:
.../azure/spring/data/cosmosdb/DocumentDbFactory.java 68.75% <12.5%> (-19.25%) :arrow_down:
...mosdb/core/convert/MappingDocumentDbConverter.java 51.85% <63.33%> (-14.28%) :arrow_down:
...ing/data/cosmosdb/core/ReactiveCosmosTemplate.java 71.95% <79.16%> (+1.21%) :arrow_up:
.../spring/data/cosmosdb/core/DocumentDbTemplate.java 87.61% <86.06%> (+1.45%) :arrow_up:
...ure/spring/data/cosmosdb/common/CosmosdbUtils.java 0% <0%> (-42.86%) :arrow_down:
...a/cosmosdb/core/generator/CountQueryGenerator.java 66.66% <0%> (-33.34%) :arrow_down:
...osmosdb/core/generator/AbstractQueryGenerator.java 81.91% <0%> (-8.52%) :arrow_down:
...repository/support/SimpleDocumentDbRepository.java 94.33% <0%> (-5.67%) :arrow_down:
... and 2 more

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 b947620...dc1d406. Read the comment docs.