Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Set points to 0 upon aborting a submission #1528

Merged
merged 1 commit into from
Oct 3, 2020
Merged

Conversation

quantum5
Copy link
Member

@quantum5 quantum5 commented Sep 6, 2020

Also need to run the following python code to fix existing submissions:

Submission.objects.filter(status='AB').update(points=0)

@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2020

Codecov Report

Merging #1528 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1528   +/-   ##
=======================================
  Coverage   46.05%   46.05%           
=======================================
  Files         209      209           
  Lines       12059    12059           
=======================================
  Hits         5554     5554           
  Misses       6505     6505           
Impacted Files Coverage Δ
judge/bridge/judge_handler.py 0.00% <0.00%> (ø)
judge/judgeapi.py 20.58% <0.00%> (ø)

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 5122c10...728a72b. Read the comment docs.

@Xyene Xyene merged commit c8ccc2e into master Oct 3, 2020
@Xyene Xyene deleted the zero-point-abortion branch October 3, 2020 18:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants