Skip to content

Commit

Permalink
Hotfix github workflow (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhenghao authored Oct 20, 2023
1 parent d07865f commit c4d926e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
printf 'Docstring coverage check successful! We require the docstring coverage to be non-decreasing after PR. You have changed the coverage by: %s%%\n' "$improvement"
roundedbefore=`printf "%.2f" $before`
roundedafter=`printf "%.2f" $after`
roundedimprovement=`printf "%.3f" improvement`
roundedimprovement=`printf "%.3f" $improvement`
ROBOTMSG="[BOT] Great job! You have changed the docstring coverage from ${roundedbefore}\% to ${roundedafter}\%, improving ${roundedimprovement}\%."
echo $ROBOTMSG
echo "ROBOTMSG=$ROBOTMSG" >> "$GITHUB_ENV"
Expand Down

0 comments on commit c4d926e

Please sign in to comment.