don't run coverage on debug/x86_64 tests

This commit is contained in:
John Spray
2024-12-17 17:39:50 +00:00
parent ebcbc1a482
commit 73f6d40310
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ runs:
fi
if [[ $BUILD_TYPE == "debug" && $RUNNER_ARCH == 'X64' ]]; then
cov_prefix=(scripts/coverage "--profraw-prefix=$GITHUB_JOB" --dir=/tmp/coverage run)
cov_prefix=()
else
cov_prefix=()
fi