CSCI128 / 128Autograder

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

Migrate integration tests to new system #58

Closed gregbell26 closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (83f1a58) 92.64% compared to head (8560568) 93.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat_gjbell_refactor_process_impl #58 +/- ## ===================================================================== + Coverage 92.64% 93.12% +0.48% ===================================================================== Files 21 21 Lines 1087 1120 +33 ===================================================================== + Hits 1007 1043 +36 + Misses 80 77 -3 ```

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

gregbell26 commented 8 months ago

This PR also improves testing! A lot of noise has been removed and some things that used to be integration tests are now unittests