pasteorg / paste

Python Paste (core) repository
Other
59 stars 47 forks source link

Fix AuthBasicAuthenticator base64 decoding to work on py3 #61

Closed brondsem closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #61 into master will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   54.78%   54.78%   -0.01%     
==========================================
  Files         126      126              
  Lines       14901    14903       +2     
  Branches     2510     2510              
==========================================
  Hits         8164     8164              
- Misses       6178     6180       +2     
  Partials      559      559              
Flag Coverage Δ
#py27 53.62% <0.00%> (-0.01%) :arrow_down:
#py35 52.98% <0.00%> (-0.01%) :arrow_down:
#py36 52.98% <0.00%> (-0.01%) :arrow_down:
#py37 52.98% <0.00%> (-0.01%) :arrow_down:
#pypy 52.88% <0.00%> (-0.01%) :arrow_down:

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

Impacted Files Coverage Δ
paste/auth/basic.py 0.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 c952514...1bb1832. Read the comment docs.

cdent commented 4 years ago

thanks!