Skip to content

Commit

Permalink
rename eval to evals
Browse files Browse the repository at this point in the history
Signed-off-by: changwangss <[email protected]>
  • Loading branch information
changwangss committed May 31, 2024
1 parent 4934a32 commit 333322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/unittest/compare_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coverage_PR_lines_rate=$5
coverage_base_lines_rate=$6
coverage_PR_branches_rate=$7
coverage_base_branches_rate=$8
module_name="eval"
module_name="evals"
[[ ! -f $coverage_pr_log ]] && exit 1
[[ ! -f $coverage_base_log ]] && exit 1
file_name="./coverage_compare"
Expand Down

0 comments on commit 333322b

Please sign in to comment.