ioi-2022 / cms

Contest Management System
http://cms-dev.github.io/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Add unofficial submission setting #26

Closed aguss787 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #26 (9fd98dc) into master (43f8a61) will increase coverage by 0.24%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   63.69%   63.93%   +0.24%     
==========================================
  Files         234      234              
  Lines       17177    17196      +19     
==========================================
+ Hits        10941    10995      +54     
+ Misses       6236     6201      -35     
Flag Coverage Δ
functionaltests 47.93% <66.66%> (+0.26%) :arrow_up:
unittests 44.27% <33.33%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cms/server/contest/handlers/tasksubmission.py 50.26% <50.00%> (+0.80%) :arrow_up:
cms/db/contest.py 89.85% <100.00%> (+0.14%) :arrow_up:
cms/server/admin/handlers/contest.py 69.49% <100.00%> (+0.26%) :arrow_up:
cms/server/contest/handlers/contest.py 87.37% <0.00%> (-3.89%) :arrow_down:
cms/db/submission.py 97.43% <0.00%> (-1.03%) :arrow_down:
cms/grading/Sandbox.py 68.88% <0.00%> (-0.70%) :arrow_down:
cmscontrib/AddStatement.py 78.78% <0.00%> (-0.06%) :arrow_down:
cms/db/filecacher.py 79.51% <0.00%> (+0.30%) :arrow_up:
cms/io/rpc.py 94.55% <0.00%> (+0.34%) :arrow_up:
cms/io/service.py 73.33% <0.00%> (+0.60%) :arrow_up:
... and 11 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 43f8a61...9fd98dc. Read the comment docs.

aguss787 commented 2 years ago

@fushar yes, the submission windows should be exactly the same as the one that the contestant have during the contest.