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

Prevent catastrophic failures from erroring out the autograder #729

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

chrispyles
Copy link
Member

Closes #723

@chrispyles chrispyles added the bug Something isn't working label Sep 7, 2023
@chrispyles chrispyles added this to the v5.1.4 milestone Sep 7, 2023
@chrispyles chrispyles added this to In Progress in Otter-Grader Issues and Tasks via automation Sep 7, 2023
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08% 🎉

Comparison is base (7c8b77d) 80.63% compared to head (603e56a) 80.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #729      +/-   ##
==========================================
+ Coverage   80.63%   80.71%   +0.08%     
==========================================
  Files          63       63              
  Lines        4188     4206      +18     
==========================================
+ Hits         3377     3395      +18     
  Misses        811      811              
Files Changed Coverage Δ
otter/execute/__init__.py 98.00% <100.00%> (+0.12%) ⬆️
otter/test_files/__init__.py 76.36% <100.00%> (+2.36%) ⬆️

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@chrispyles chrispyles merged commit 4e3a882 into ucbds-infra:master Sep 7, 2023
3 checks passed
Otter-Grader Issues and Tasks automation moved this from In Progress to Done Sep 7, 2023
@chrispyles chrispyles deleted the catastrophic-failures branch September 7, 2023 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Prevent catastrophic failures from resulting in no results
1 participant