microsoft / spring-data-cosmosdb

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

Allow user custom RequestOptions when configuration, #322. #323

Closed Incarnation-p-lee closed 5 years ago

Incarnation-p-lee commented 5 years ago

Signed-off-by: Pan Li panli@microsoft.com

codecov-io commented 5 years ago

Codecov Report

Merging #323 into master will decrease coverage by 0.51%. The diff coverage is 70.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #323      +/-   ##
==========================================
- Coverage   81.31%   80.79%   -0.52%     
==========================================
  Files          40       42       +2     
  Lines        1065     1078      +13     
  Branches      138      138              
==========================================
+ Hits          866      871       +5     
- Misses        126      133       +7     
- Partials       73       74       +1
Impacted Files Coverage Δ
...ata/cosmosdb/exception/ConfigurationException.java 0% <0%> (ø)
.../spring/data/cosmosdb/core/DocumentDbTemplate.java 86.11% <100%> (-0.06%) :arrow_down:
.../azure/spring/data/cosmosdb/DocumentDbFactory.java 88% <100%> (+0.5%) :arrow_up:
.../spring/data/cosmosdb/config/DocumentDBConfig.java 95.23% <100%> (+0.5%) :arrow_up:
...ure/spring/data/cosmosdb/common/CosmosdbUtils.java 42.85% <42.85%> (ø)

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 9aea95a...4242f7f. Read the comment docs.