Fix builds by disabling coverage. (#9)
All checks were successful
/ Build and Release Library (push) Successful in 52s

Reviewed-on: #9
This commit is contained in:
Pat Garrity 2024-04-26 03:26:27 +00:00
parent 6c9aded52e
commit 6e5a2d5c28
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" echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
else else
sbtn clean sbtn clean
sbtn coverageOff
sbtn publish sbtn publish
fi fi

View file

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