blazelibs / blazeweb

A relatively "light weight", but with a powerful plug-in and override architecture that facilitates modularized development.
Other
0 stars 1 forks source link

Fix boolean conversion of StackedObjectProxy in Python 3 #8

Closed bladams closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #8 into master will decrease coverage by 0.01%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   87.47%   87.45%   -0.02%     
==========================================
  Files          47       47              
  Lines        5451     5453       +2     
  Branches      458      458              
==========================================
+ Hits         4768     4769       +1     
- Misses        609      610       +1     
  Partials       74       74
Impacted Files Coverage Δ
blazeweb/registry.py 54.54% <50%> (-1.02%) :arrow_down:
blazeweb/utils/encoding.py 36.73% <0%> (ø) :arrow_up:
blazeweb/middleware.py 58.82% <0%> (ø) :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 1675f29...d141605. Read the comment docs.