(patch) Fixed coverageOff ordering. (#5)
All checks were successful
/ Build and Release Library (push) Successful in 1m25s
All checks were successful
/ Build and Release Library (push) Successful in 1m25s
Reviewed-on: #5
This commit is contained in:
parent
b9ca2b5b11
commit
40436693ef
2 changed files with 4 additions and 3 deletions
|
@ -61,7 +61,8 @@ jobs:
|
|||
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
|
||||
echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
|
||||
else
|
||||
sbtn clean
|
||||
sbtn coverageOff
|
||||
sbtn clean
|
||||
sbtn compile
|
||||
sbtn publish
|
||||
fi
|
||||
|
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
echo "Skipping build/test for 'norelease' commit."
|
||||
else
|
||||
sbtn clean
|
||||
sbtn 'set coverageEnabled := true'
|
||||
sbtn coverage
|
||||
sbtn test
|
||||
sbtn coverageReport
|
||||
fi
|
||||
|
@ -68,8 +68,8 @@ jobs:
|
|||
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
|
||||
echo "Skipping publish for 'norelease' commit."
|
||||
else
|
||||
sbtn clean
|
||||
sbtn coverageOff
|
||||
sbtn clean
|
||||
sbtn semVerWriteVersionToFile
|
||||
sbtn publish
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue