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

Add force_public_test_summary and make failed public tests display correctly #549

Merged
merged 5 commits into from
Oct 9, 2022

Conversation

chrispyles
Copy link
Member

Closes #539

@chrispyles chrispyles added the bug Something isn't working label Oct 9, 2022
@chrispyles chrispyles added this to the v4.1.0 milestone Oct 9, 2022
@codecov
Copy link

codecov bot commented Oct 9, 2022

Codecov Report

Base: 72.84% // Head: 73.15% // Increases project coverage by +0.30% 🎉

Coverage data is based on head (015e590) compared to base (47f008a).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #549      +/-   ##
==========================================
+ Coverage   72.84%   73.15%   +0.30%     
==========================================
  Files          62       62              
  Lines        3742     3747       +5     
==========================================
+ Hits         2726     2741      +15     
+ Misses       1016     1006      -10     
Impacted Files Coverage Δ
otter/run/run_autograder/autograder_config.py 100.00% <100.00%> (ø)
otter/test_files/__init__.py 65.98% <100.00%> (+3.74%) ⬆️
otter/run/run_autograder/runners/python_runner.py 85.86% <0.00%> (+6.52%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Public tests" section on gradescope show "Passed" even when tests are failing
1 participant