Fix builds by disabling coverage. (#9)
All checks were successful
/ Build and Release Library (push) Successful in 52s
All checks were successful
/ Build and Release Library (push) Successful in 52s
Reviewed-on: #9
This commit is contained in:
parent
6c9aded52e
commit
6e5a2d5c28
2 changed files with 2 additions and 0 deletions
|
@ -62,5 +62,6 @@ jobs:
|
|||
echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
|
||||
else
|
||||
sbtn clean
|
||||
sbtn coverageOff
|
||||
sbtn publish
|
||||
fi
|
||||
|
|
|
@ -69,6 +69,7 @@ jobs:
|
|||
echo "Skipping publish for 'norelease' commit."
|
||||
else
|
||||
sbtn clean
|
||||
sbtn coverageOff
|
||||
sbtn semVerWriteVersionToFile
|
||||
sbtn publish
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue