Skip to content

Commit 7001067

Browse files
authored
Increase threshold (#2555)
1 parent aece225 commit 7001067

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
@@ -1890,7 +1890,7 @@ jobs:
18901890
go tool cover -func=all.out | grep total > tmp2
18911891
result=`cat tmp2 | awk 'END {print $3}'`
18921892
result=${result%\%}
1893-
threshold=55.8
1893+
threshold=56.9
18941894
echo "Result:"
18951895
echo "$result%"
18961896
if (( $(echo "$result >= $threshold" |bc -l) )); then

0 commit comments

Comments
 (0)