proteanhq / protean-flask

Protean Flask Extension
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

test with flask blueprints #16

Closed abhishek-ram closed 5 years ago

abhishek-ram commented 5 years ago

2nd PR for issue #2

codecov-io commented 5 years ago

Codecov Report

Merging #16 into master will increase coverage by 1.1%. The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #16     +/-   ##
=========================================
+ Coverage   87.64%   88.75%   +1.1%     
=========================================
  Files           9        8      -1     
  Lines         251      249      -2     
  Branches       31       31             
=========================================
+ Hits          220      221      +1     
+ Misses         17       14      -3     
  Partials       14       14
Impacted Files Coverage Δ
src/protean_flask/core/serializers.py 88.88% <ø> (ø) :arrow_up:
src/protean_flask/core/viewsets.py 100% <100%> (ø) :arrow_up:
src/protean_flask/cli.py 100% <100%> (ø) :arrow_up:
src/protean_flask/core/views.py 86.82% <100%> (-0.11%) :arrow_down:
src/protean_flask/core/base.py 83.67% <75%> (+1.85%) :arrow_up:
src/protean_flask/__main__.py

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 c2ac198...fc4ba47. Read the comment docs.