Fix builds by disabling coverage.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m24s

This commit is contained in:
Pat Garrity 2024-04-25 22:24:32 -05:00
parent 6c9aded52e
commit 218d18e01d
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
2 changed files with 2 additions and 0 deletions

View file

@ -62,5 +62,6 @@ jobs:
echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
else
sbtn clean
sbtn coverageOff
sbtn publish
fi

View file

@ -69,6 +69,7 @@ jobs:
echo "Skipping publish for 'norelease' commit."
else
sbtn clean
sbtn coverageOff
sbtn semVerWriteVersionToFile
sbtn publish
fi