ioi-2022 / cms

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

feat: add config for removing submission rate limit #32

Closed aguss787 closed 2 years ago

aguss787 commented 2 years ago

Also fixes bug that cause CMS to crash when unrestricted user submit a solution

codecov-commenter commented 2 years ago

Codecov Report

Merging #32 (15d1be0) into master (046d7a1) will decrease coverage by 30.32%. The diff coverage is 11.11%.

:exclamation: Current head 15d1be0 differs from pull request most recent head 08fbd39. Consider uploading reports for the commit 08fbd39 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #32       +/-   ##
===========================================
- Coverage   63.57%   33.25%   -30.33%     
===========================================
  Files         234      234               
  Lines       17266    17270        +4     
===========================================
- Hits        10977     5743     -5234     
- Misses       6289    11527     +5238     
Flag Coverage Δ
functionaltests ?
unittests 33.25% <11.11%> (-10.89%) :arrow_down:

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

Impacted Files Coverage Δ
cms/grading/scoretypes/abc.py 5.64% <0.00%> (-86.30%) :arrow_down:
cms/server/admin/handlers/contest.py 0.00% <0.00%> (-69.50%) :arrow_down:
cms/server/contest/submission/check.py 0.00% <0.00%> (-100.00%) :arrow_down:
cms/db/contest.py 85.71% <100.00%> (-4.15%) :arrow_down:
cms/server/admin/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
cms/grading/scoretypes/Sum.py 0.00% <0.00%> (-100.00%) :arrow_down:
cms/server/contest/printing.py 0.00% <0.00%> (-100.00%) :arrow_down:
cms/server/contest/tokening.py 0.00% <0.00%> (-100.00%) :arrow_down:
cms/grading/scoretypes/GroupMin.py 0.00% <0.00%> (-100.00%) :arrow_down:
cms/grading/scoretypes/GroupMul.py 0.00% <0.00%> (-100.00%) :arrow_down:
... and 117 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 046d7a1...08fbd39. Read the comment docs.