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 d297583 commit 20ee27fCopy full SHA for 20ee27f
1 file changed
test.sh
@@ -264,7 +264,7 @@ if [[ "${RUN[@]}" =~ "$STAGE" ]] ; then
264
fi
265
266
# Add coverage settings if enabled
267
- if [ "$COVERAGE" == "true" ]; then
+ if [ "${COVERAGE}" == "true" ]; then
268
# export GOFLAGS="-cover -covermode=atomic -coverprofile=${COVERAGE_DIR}/integration.coverprofile -coverpkg=./..."
269
INTEGRATION_ARGS+=("--coverage" "--coverage-dir=${COVERAGE_DIR}")
270
0 commit comments