microsoft / spring-data-cosmosdb

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

Add feed response statistics #468

Closed kushagraThapar closed 4 years ago

kushagraThapar commented 4 years ago

Added feed response statistics (mainly request charge)

codecov-io commented 4 years ago

Codecov Report

Merging #468 into master will decrease coverage by 0.41%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #468      +/-   ##
==========================================
- Coverage   73.78%   73.36%   -0.42%     
==========================================
  Files          59       59              
  Lines        1705     1731      +26     
  Branches      181      184       +3     
==========================================
+ Hits         1258     1270      +12     
- Misses        366      380      +14     
  Partials       81       81
Impacted Files Coverage Δ
...ure/spring/data/cosmosdb/common/CosmosdbUtils.java 72% <100%> (+2.43%) :arrow_up:
...spring/data/cosmosdb/core/ResponseDiagnostics.java 34.21% <44%> (+12.78%) :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 8c240ab...6ccc62f. Read the comment docs.

Incarnation-p-lee commented 4 years ago

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


Complexity increasing per file
==============================
- src/main/java/com/microsoft/azure/spring/data/cosmosdb/common/CosmosdbUtils.java  1

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

See the complete overview on Codacy