Skip to content

Commit 20ee27f

Browse files
author
ag
committed
minor fix
1 parent d297583 commit 20ee27f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ if [[ "${RUN[@]}" =~ "$STAGE" ]] ; then
264264
fi
265265

266266
# Add coverage settings if enabled
267-
if [ "$COVERAGE" == "true" ]; then
267+
if [ "${COVERAGE}" == "true" ]; then
268268
# export GOFLAGS="-cover -covermode=atomic -coverprofile=${COVERAGE_DIR}/integration.coverprofile -coverpkg=./..."
269269
INTEGRATION_ARGS+=("--coverage" "--coverage-dir=${COVERAGE_DIR}")
270270
fi

0 commit comments

Comments
 (0)