Closed huntxu closed 6 years ago
Merging #25 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #25 +/- ##
=======================================
Coverage 87.26% 87.26%
=======================================
Files 7 7
Lines 314 314
Branches 33 33
=======================================
Hits 274 274
Misses 25 25
Partials 15 15
Impacted Files | Coverage Δ | |
---|---|---|
etcd3gw/utils.py | 78.37% <100%> (ø) |
: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 8fccb67...ab64cff. Read the comment docs.
Thanks @huntxu
utils._decode should return an instance of 'str' instead of 'bytes' in Python 3.
Fixes: #24