Closed cw75 closed 5 years ago
Merging #90 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #90 +/- ##
==========================================
+ Coverage 71.48% 71.49% +<.01%
==========================================
Files 67 67
Lines 2921 2929 +8
==========================================
+ Hits 2088 2094 +6
- Misses 833 835 +2
Impacted Files | Coverage Δ | |
---|---|---|
include/kvs_async_client.hpp | 100% <ø> (ø) |
:arrow_up: |
include/kvs_mock_client.hpp | 50% <100%> (-19.24%) |
:arrow_down: |
functions/cache/src/causal_cache_utils.cpp | 64.55% <100%> (+1.23%) |
: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 e7f283a...9851d42. Read the comment docs.
get_async()
finishes due to querying the routing system. Since the request id is not used at all forget
request, I made it such thatget_async
no longer returns the request id.