rscarrera27 / Sanic-JWT-Extended

⚡️An open source Sanic extension that provides "extended" JWT support
https://sanic-jwt-extended.seonghyeon.dev
MIT License
35 stars 8 forks source link

fix redis blacklist is throwing an error: https://github.com/November… #36

Open no5ix opened 3 years ago

no5ix commented 3 years ago

This is a ...

Related issue link

Fixed #30

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (b005ce0) into master (0eb9282) will increase coverage by 0.13%. The diff coverage is 100.00%.

:exclamation: Current head b005ce0 differs from pull request most recent head 0021de6. Consider uploading reports for the commit 0021de6 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   86.44%   86.57%   +0.13%     
==========================================
  Files           8        9       +1     
  Lines         413      417       +4     
==========================================
+ Hits          357      361       +4     
  Misses         56       56              
Flag Coverage Δ
unittests 86.57% <100.00%> (+0.13%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sanic_jwt_extended/redis.py 100.00% <ø> (ø)
sanic_jwt_extended/blacklist.py 100.00% <100.00%> (ø)
sanic_jwt_extended/__init__.py 100.00% <0.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 0eb9282...0021de6. Read the comment docs.