dims / etcd3-gateway

This repository is now read-only. Please see https://opendev.org/openstack/etcd3gw for the new location for this code.
https://opendev.org/openstack/etcd3gw
Apache License 2.0
10 stars 20 forks source link

utils: fix bug when decoding #25

Closed huntxu closed 6 years ago

huntxu commented 6 years ago

utils._decode should return an instance of 'str' instead of 'bytes' in Python 3.

Fixes: #24

codecov-io commented 6 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           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.

dims commented 6 years ago

Thanks @huntxu