Skip to content

Commit d5a64f2

Browse files
committed
Increase threshold
1 parent 5de9def commit d5a64f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ jobs:
12981298
go tool cover -func=all.out | grep total > tmp2
12991299
result=`cat tmp2 | awk 'END {print $3}'`
13001300
result=${result%\%}
1301-
threshold=69.4
1301+
threshold=71.6
13021302
echo "Result:"
13031303
echo "$result%"
13041304
if (( $(echo "$result >= $threshold" |bc -l) )); then

0 commit comments

Comments
 (0)