Commit d414916
authored
fix(stats): include execution errors in pass/total denominator (#999)
Previously the summary showed passedCount/gradedCount where gradedCount
excluded execution errors, making results appear better than they were.
Now shows passedCount/total to match the Convex Evals convention that
inspired this design: the denominator is all tests actually attempted,
not just those that reached the grading stage.
Execution errors are still reported separately in the detail section.
Closes #9981 parent 70e8df1 commit d414916
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments