fix: runner COSTEER evaluator (#693)

* fix scores.csv and submission.csv check in runner eval

* add coverage check info in running COSTEER feedback

* feedback value fix
This commit is contained in:
XianBW
2025-03-17 23:12:59 +08:00
committed by GitHub
parent 6a6c9832f4
commit 4c9c29d244
3 changed files with 84 additions and 40 deletions
@@ -129,8 +129,8 @@ class WorkflowGeneralCaseSpecEvaluator(CoSTEEREvaluator):
)
if score_ret_code != 0:
wfb.final_decision = False
wfb.execution += "\n" + score_check_text
wfb.return_checking += "\n" + score_check_text
if submission_ret_code != 0:
wfb.final_decision = False
wfb.execution += "\nSubmission file check failed."
wfb.return_checking += "\nSubmission file check failed."
return wfb