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: fully type every single executor #1147

Merged
merged 47 commits into from
Dec 25, 2023
Merged

Conversation

kiritofeng
Copy link
Member

Supersedes #951.

@codecov-commenter
Copy link

codecov-commenter commented Dec 25, 2023

Codecov Report

Attention: 43 lines in your changes are missing coverage. Please review.

Comparison is base (e44898f) 81.30% compared to head (06e9043) 81.26%.
Report is 1 commits behind head on master.

Files Patch % Lines
dmoj/executors/COFFEE.py 0.00% 11 Missing ⚠️
dmoj/executors/TUR.py 57.14% 6 Missing ⚠️
dmoj/executors/D.py 33.33% 4 Missing ⚠️
dmoj/executors/SWIFT.py 33.33% 4 Missing ⚠️
dmoj/executors/GROOVY.py 88.88% 3 Missing ⚠️
dmoj/executors/RUBY.py 82.35% 3 Missing ⚠️
dmoj/executors/SCALA.py 86.95% 3 Missing ⚠️
dmoj/executors/BASH.py 0.00% 2 Missing ⚠️
dmoj/executors/KOTLIN.py 89.47% 2 Missing ⚠️
dmoj/executors/OBJC.py 75.00% 2 Missing ⚠️
... and 2 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1147      +/-   ##
==========================================
- Coverage   81.30%   81.26%   -0.05%     
==========================================
  Files         141      141              
  Lines        5028     5342     +314     
==========================================
+ Hits         4088     4341     +253     
- Misses        940     1001      +61     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dmoj/executors/base_executor.py Outdated Show resolved Hide resolved
dmoj/executors/java_executor.py Show resolved Hide resolved
@kiritofeng kiritofeng merged commit 163caca into master Dec 25, 2023
8 of 19 checks passed
@kiritofeng kiritofeng deleted the executors-types-2 branch December 25, 2023 23:39
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