ci: expand acceptable grcov version regex
This commit is contained in:
committed by
mergify[bot]
parent
38fb6dcf86
commit
9912b73f9f
@ -10,7 +10,7 @@ if ! command -v grcov; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! "$(grcov --version)" =~ 0.[678].[01] ]]; then
|
||||
if [[ ! "$(grcov --version)" =~ 0.[678].[012] ]]; then
|
||||
echo Error: Required grcov version not installed
|
||||
|
||||
echo "Installed version: $(grcov --version)"
|
||||
|
Reference in New Issue
Block a user