softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
3 stars 2 forks source link

Fullstack: increase github verification failure feedback #453

Open webecke opened 3 weeks ago

webecke commented 3 weeks ago

When students fail the git commit verification, most of the time the "They don't have enough commits" message is enough. But when we get a "suspicious commit history" message, it would be nice to know which commits specifically are suspicious. I don't think we should show this info to the student, but we should show this to the TAs

frozenfrank commented 3 weeks ago

Note that much of this analysis is already being performed, it just isn't being passed all the way up the chain.

Preliminary work to support this feature is being done in #440. After that PR, we will still need to: