We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1745a commit 7cba480Copy full SHA for 7cba480
src/main/scripts/ci/publish-code-coverage.sh
@@ -26,6 +26,6 @@ print_log jacoco.log 'Publish code coverage'
26
27
rm -f jacoco.log
28
29
-if [ -n "$JACOCO_FAIL" ]; then
+if [ -n $JACOCO_FAIL ]; then
30
exit 1
31
fi
0 commit comments