CSCI128 / 128Autograder

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

C/C++/C-Like Implmentation #69

Closed gregbell26 closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (8b46b34) 94.78% compared to head (82f5c79) 94.95%. Report is 1 commits behind head on main.

Files Patch % Lines
source/StudentSubmissionImpl/C/CValidators.py 90.19% 5 Missing :warning:
source/StudentSubmissionImpl/C/common.py 80.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ========================================== + Coverage 94.78% 94.95% +0.16% ========================================== Files 22 27 +5 Lines 1132 1387 +255 ========================================== + Hits 1073 1317 +244 - Misses 59 70 +11 ```

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

gregbell26 commented 8 months ago

Currently Config files are fully implemented. The submission is implemented, but currently is not covered by any tests. Still trying to figure out how to implement testing for the make / compilation. (How much should it be mocked / test containers???)

gregbell26 commented 8 months ago

Just need to add integration tests, packages, and increase coverage and we are good to go!