Harrison88 / redtrio

4 stars 0 forks source link

Create a Midlevel Client #14

Closed Harrison88 closed 3 years ago

Harrison88 commented 3 years ago

The tests failed because they depend on a fix released in Redis 6.0.8, but the Docker image hasn't yet been updated from 6.0.7. This should resolve itself soon.

codecov[bot] commented 3 years ago

Codecov Report

Merging #14 into master will increase coverage by 2.70%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #14      +/-   ##
===========================================
+ Coverage   97.29%   100.00%   +2.70%     
===========================================
  Files           4         6       +2     
  Lines          74       135      +61     
  Branches       10        18       +8     
===========================================
+ Hits           72       135      +63     
+ Misses          1         0       -1     
+ Partials        1         0       -1     
Impacted Files Coverage Δ
src/redtrio/lowlevel/client.py 100.00% <ø> (+4.76%) :arrow_up:
src/redtrio/lowlevel/connections.py 100.00% <100.00%> (ø)
src/redtrio/midlevel/__init__.py 100.00% <100.00%> (ø)
src/redtrio/midlevel/client.py 100.00% <100.00%> (ø)

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 dd72074...b49ded0. Read the comment docs.