rochacbruno / talkshow

A Call 4 Papers System - A simple base app as example of Flask Architecture
http://bit.ly/tutorialflaskconf
65 stars 26 forks source link

Modularizado os Blueprints webui e restapi #19

Closed Riverfount closed 6 years ago

Riverfount commented 6 years ago

P.S.: Tem um commit com a mensagem "first commit" pq eu fiz bobagem no meu repo local e clonei novamente!

close #3

codecov-io commented 6 years ago

Codecov Report

Merging #19 into extended will decrease coverage by 2.65%. The diff coverage is 62.31%.

Impacted file tree graph

@@             Coverage Diff              @@
##           extended      #19      +/-   ##
============================================
- Coverage     76.64%   73.98%   -2.66%     
============================================
  Files            10       14       +4     
  Lines           167      173       +6     
============================================
  Hits            128      128              
- Misses           39       45       +6
Impacted Files Coverage Δ
talkshow/blueprints/webui/views.py 0% <0%> (ø)
talkshow/blueprints/webui/forms.py 100% <100%> (ø)
talkshow/blueprints/webui/webui.py 100% <100%> (ø)
talkshow/blueprints/restapi/resource.py 75% <100%> (ø)
talkshow/app.py 100% <100%> (ø) :arrow_up:
talkshow/blueprints/restapi/restapi.py 100% <100%> (ø)
talkshow/blueprints/webui/admin.py 64.7% <64.7%> (ø)
... and 2 more

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 5e2f660...0dd57bf. Read the comment docs.

Riverfount commented 6 years ago

Vou cobrir com testes, pois com essa refatoração caiu nossa cobertura! ;-)