Lercerss / SOEN341W18

Software Process Winter 2018 Group Project - SA3
6 stars 2 forks source link

Split views.py #119 #122

Closed Lercerss closed 6 years ago

Lercerss commented 6 years ago

Split into 5 files by functionality.

codecov-io commented 6 years ago

Codecov Report

Merging #122 into master will increase coverage by 0.12%. The diff coverage is 98.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   96.72%   96.85%   +0.12%     
==========================================
  Files           8       13       +5     
  Lines         428      445      +17     
  Branches       57       57              
==========================================
+ Hits          414      431      +17     
  Misses          3        3              
  Partials       11       11
Impacted Files Coverage Δ
SA3/qa_web/views/question_operations.py 93.4% <100%> (ø)
SA3/qa_web/views/__init__.py 100% <100%> (ø)
SA3/qa_web/views/profile.py 100% <100%> (ø)
SA3/qa_web/views/home.py 100% <100%> (ø)
SA3/qa_web/views/auth.py 96.96% <96.96%> (ø)
SA3/qa_web/views/add_content.py 98% <98%> (ø)
... and 1 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 bb4557f...da85b09. Read the comment docs.