Skip to content

Commit a1188f2

Browse files
committed
ci: modify failed grade wording
1 parent 1f52844 commit a1188f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/classroom-autograding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
if (percent >= 60) return 'C';
336336
if (percent >= 50) return 'D';
337337
if (percent >= 40) return 'E';
338-
return 'U';
338+
return 'Fail';
339339
}
340340
341341
function calculateFunctionalityScore(passed, total) {

0 commit comments

Comments
 (0)