Skip to content

Commit

Permalink
Increase test threshold (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
reivaj05 committed Dec 12, 2022
1 parent 5d74b21 commit ba6fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ jobs:
go tool cover -func=all.out | grep total > tmp2
result=`cat tmp2 | awk 'END {print $3}'`
result=${result%\%}
threshold=54.40
threshold=55.8
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then
Expand Down

0 comments on commit ba6fb53

Please sign in to comment.