alphagov / classifyintentsapp

Web application to allow easy manual coding of the GOV.UK intents survey
MIT License
2 stars 3 forks source link

Remove extra columns from generate_fake (fixes 114) #116

Closed ivyleavedtoadflax closed 6 years ago

ivyleavedtoadflax commented 7 years ago

See #114 . Local selenium tests were failing as the Raw.generate_fake() method attempted to populate columns which no longer existed in the Raw model.

codecov[bot] commented 7 years ago

Codecov Report

Merging #116 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   60.71%   60.71%           
=======================================
  Files          14       14           
  Lines         901      901           
  Branches       94       94           
=======================================
  Hits          547      547           
  Misses        334      334           
  Partials       20       20
Impacted Files Coverage Δ
app/models.py 65.76% <ø> (ø) :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 2c68cf9...55ceb8b. Read the comment docs.