judge-server icon indicating copy to clipboard operation
judge-server copied to clipboard

Type `setproctitle`

Open kiritofeng opened this issue 2 years ago • 1 comments

Fix All conditional function variants must have identical signatures, see https://github.com/python/mypy/issues/10575.

kiritofeng avatar Sep 04 '22 02:09 kiritofeng

Codecov Report

Merging #1038 (e91d854) into master (12b42f6) will increase coverage by 2.94%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1038      +/-   ##
==========================================
+ Coverage   81.12%   84.07%   +2.94%     
==========================================
  Files         140      140              
  Lines        4790     4790              
==========================================
+ Hits         3886     4027     +141     
+ Misses        904      763     -141     
Impacted Files Coverage Δ
dmoj/judge.py 53.98% <ø> (+1.22%) :arrow_up:
dmoj/executors/java_executor.py 85.35% <0.00%> (+2.02%) :arrow_up:
dmoj/cptbox/compiler_isolate.py 55.31% <0.00%> (+6.38%) :arrow_up:
dmoj/cptbox/tracer.py 76.32% <0.00%> (+18.02%) :arrow_up:
dmoj/cptbox/handlers.py 100.00% <0.00%> (+26.31%) :arrow_up:
dmoj/cptbox/isolate.py 89.63% <0.00%> (+38.41%) :arrow_up:
dmoj/control.py 100.00% <0.00%> (+64.70%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Sep 04 '22 03:09 codecov-commenter