Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

executors: add basic autodetection from filename #968

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

Xyene
Copy link
Member

@Xyene Xyene commented Dec 6, 2021

Ref #967

dmoj/executors/__init__.py Outdated Show resolved Hide resolved
@Xyene Xyene force-pushed the autodetect-generator-language branch 9 times, most recently from 3bafdd3 to c6ced95 Compare December 6, 2021 01:10
@Xyene Xyene force-pushed the autodetect-generator-language branch from c6ced95 to 3e582fb Compare December 6, 2021 01:17
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2021

Codecov Report

Merging #968 (3e582fb) into master (2871cb3) will decrease coverage by 5.93%.
The diff coverage is 74.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #968      +/-   ##
==========================================
- Coverage   86.55%   80.62%   -5.94%     
==========================================
  Files         138      138              
  Lines        4737     4758      +21     
==========================================
- Hits         4100     3836     -264     
- Misses        637      922     +285     
Impacted Files Coverage Δ
dmoj/executors/__init__.py 72.41% <64.28%> (-7.59%) ⬇️
dmoj/utils/helper_files.py 87.50% <82.35%> (-1.74%) ⬇️
dmoj/control.py 35.29% <0.00%> (-64.71%) ⬇️
dmoj/cptbox/isolate.py 35.29% <0.00%> (-60.51%) ⬇️
dmoj/cptbox/tracer.py 58.99% <0.00%> (-26.26%) ⬇️
dmoj/cptbox/handlers.py 75.00% <0.00%> (-25.00%) ⬇️
dmoj/judge.py 51.57% <0.00%> (-18.87%) ⬇️
dmoj/executors/compiled_executor.py 73.29% <0.00%> (-15.91%) ⬇️
dmoj/utils/os_ext.py 80.00% <0.00%> (-15.00%) ⬇️
dmoj/result.py 82.66% <0.00%> (-8.00%) ⬇️
... and 6 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 2871cb3...3e582fb. Read the comment docs.

@Xyene Xyene merged commit 1de13b5 into master Dec 6, 2021
@Xyene Xyene deleted the autodetect-generator-language branch December 6, 2021 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants