microsoft / spring-data-cosmosdb

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

Upgrade version to 2.3.0. #531

Closed chenrujun closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #531 into master will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
+ Coverage   73.50%   73.61%   +0.11%     
==========================================
  Files          59       59              
  Lines        1804     1804              
  Branches      187      187              
==========================================
+ Hits         1326     1328       +2     
+ Misses        394      392       -2     
  Partials       84       84              
Impacted Files Coverage Δ
...config/CosmosRepositoryConfigurationExtension.java 62.50% <0.00%> (+6.25%) :arrow_up:
...eactiveCosmosRepositoryConfigurationExtension.java 62.50% <0.00%> (+6.25%) :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 e832a60...3f453e5. Read the comment docs.

codecov-commenter commented 4 years ago

Codecov Report

Merging #531 into master will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
+ Coverage   73.50%   73.61%   +0.11%     
==========================================
  Files          59       59              
  Lines        1804     1804              
  Branches      187      187              
==========================================
+ Hits         1326     1328       +2     
+ Misses        394      392       -2     
  Partials       84       84              
Impacted Files Coverage Δ
...config/CosmosRepositoryConfigurationExtension.java 62.50% <0.00%> (+6.25%) :arrow_up:
...eactiveCosmosRepositoryConfigurationExtension.java 62.50% <0.00%> (+6.25%) :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 c8f93c9...61834f2. Read the comment docs.

kushagraThapar commented 4 years ago

@chenrujun - please also update azure-cosmos version to v3.7.3 (latest)

chenrujun commented 4 years ago

@chenrujun - please also update azure-cosmos version to v3.7.3 (latest)

@kushagraThapar, I rebased to latest master branch, now in this branch, azure-cosmos's version already updated to 3.7.3

kushagraThapar commented 4 years ago

@chenrujun Looks good to me, thanks.