Recalibrating our coverage threshold (#1871)
This commit is contained in:
committed by
GitHub
parent
82a0b67a26
commit
5b25a6cb53
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -1142,7 +1142,7 @@ jobs:
|
|||||||
result=${result%\%}
|
result=${result%\%}
|
||||||
echo "result:"
|
echo "result:"
|
||||||
echo $result
|
echo $result
|
||||||
threshold=36.5
|
threshold=36.3
|
||||||
if (( $(echo "$result >= $threshold" |bc -l) )); then
|
if (( $(echo "$result >= $threshold" |bc -l) )); then
|
||||||
echo "It is equal or greater than threshold, passed!"
|
echo "It is equal or greater than threshold, passed!"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user