mysociety / ceuk-marking

Other
0 stars 0 forks source link

Allow questions to be unweighted #109

Closed struan closed 1 year ago

struan commented 1 year ago

Some questions should not get weighted

Fixes #103

codecov-commenter commented 1 year ago

Codecov Report

Merging #109 (6039894) into main (a86cfbb) will increase coverage by 0.26%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   74.86%   75.12%   +0.26%     
==========================================
  Files          58       59       +1     
  Lines        2670     2698      +28     
  Branches      252      254       +2     
==========================================
+ Hits         1999     2027      +28     
  Misses        614      614              
  Partials       57       57              
Files Changed Coverage Δ
crowdsourcer/models.py 90.71% <ø> (ø)
crowdsourcer/migrations/0031_add_unweighted.py 100.00% <100.00%> (ø)
crowdsourcer/scoring.py 91.75% <100.00%> (+0.54%) :arrow_up:
crowdsourcer/tests/test_export.py 100.00% <100.00%> (ø)