Closed kanataxa closed 4 years ago
Merging #31 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 71.38% 71.39% +<.01%
==========================================
Files 21 21
Lines 8737 8739 +2
==========================================
+ Hits 6237 6239 +2
Misses 1775 1775
Partials 725 725
Impacted Files | Coverage Δ | |
---|---|---|
decoder.go | 75.86% <100%> (+0.28%) |
: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 143f844...b3732f9. Read the comment docs.
LGTM 👍
if occurred error when decode
content.Value
stored incache_server
, position information ofbufio.Reader
inmsgpack.Decoder
is incorrect hold. So, reset this pos info each time bybufio.Reader.Reset()
.