ioi-2022 / cms

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

fix: pin MarkupSafe to 2.0.1 #33

Closed aguss787 closed 2 years ago

aguss787 commented 2 years ago

refer to https://github.com/aws/aws-sam-cli/issues/3661 for similar issue

codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (60ffc42) into master (8619c42) will increase coverage by 0.23%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   63.50%   63.73%   +0.23%     
==========================================
  Files         234      234              
  Lines       17266    17266              
==========================================
+ Hits        10964    11005      +41     
+ Misses       6302     6261      -41     
Flag Coverage Δ
functionaltests 47.64% <ø> (+0.30%) :arrow_up:
unittests 44.12% <ø> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
cms/service/ScoringService.py 67.64% <0.00%> (-1.48%) :arrow_down:
cms/io/rpc.py 92.66% <0.00%> (-0.67%) :arrow_down:
cms/server/admin/handlers/dataset.py 29.76% <0.00%> (-0.58%) :arrow_down:
cms/grading/Job.py 90.17% <0.00%> (ø)
cms/db/filecacher.py 79.75% <0.00%> (+0.30%) :arrow_up:
cms/grading/Sandbox.py 70.10% <0.00%> (+0.52%) :arrow_up:
cms/server/contest/handlers/taskusertest.py 47.72% <0.00%> (+0.56%) :arrow_up:
cms/service/esoperations.py 79.86% <0.00%> (+0.69%) :arrow_up:
cms/server/admin/handlers/task.py 45.05% <0.00%> (+0.73%) :arrow_up:
cms/db/fsobject.py 76.51% <0.00%> (+0.75%) :arrow_up:
... and 7 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 8619c42...60ffc42. Read the comment docs.