CSCI128 / 128Autograder

Source Code for CSCI128 Autograder at Colorado School of Mines
0 stars 1 forks source link

Refactor RunnableStudentSubmission to Process Pattern #57

Closed gregbell26 closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (cb88507) 92.54% compared to head (48f70f8) 93.13%.

Files Patch % Lines
...ntSubmissionImpl/Python/PythonSubmissionProcess.py 98.34% 2 Missing :warning:
source/Executors/common.py 96.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat_gjbell_refactor_student_submission #57 +/- ## =========================================================================== + Coverage 92.54% 93.13% +0.58% =========================================================================== Files 20 22 +2 Lines 1046 1121 +75 =========================================================================== + Hits 968 1044 +76 + Misses 78 77 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gregbell26 commented 8 months ago

Ok - so integration tests need to be fixed. Opening a new PR for that.