Skip to content

Commit 5b25a6c

Browse files
authored
Recalibrating our coverage threshold (#1871)
1 parent 82a0b67 commit 5b25a6c

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
@@ -1142,7 +1142,7 @@ jobs:
11421142
result=${result%\%}
11431143
echo "result:"
11441144
echo $result
1145-
threshold=36.5
1145+
threshold=36.3
11461146
if (( $(echo "$result >= $threshold" |bc -l) )); then
11471147
echo "It is equal or greater than threshold, passed!"
11481148
else

0 commit comments

Comments
 (0)