increase coverage threshold (#1667)
This commit is contained in:
committed by
GitHub
parent
4cb48b86aa
commit
4d4a159d24
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -730,7 +730,7 @@ jobs:
|
||||
result=${result%\%}
|
||||
echo "result:"
|
||||
echo $result
|
||||
threshold=40
|
||||
threshold=48
|
||||
if (( $(echo "$result > $threshold" |bc -l) )); then
|
||||
echo "greater than threshold, passed!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user