Skip to content

Commit

Permalink
q22
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 9, 2024
1 parent caa6baa commit 4682ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vortex/tests/test.deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bats() {
pushd "${ROOT_DIR}" >/dev/null || exit 1
if [ -n "${VORTEX_DEV_TEST_COVERAGE_DIR:-}" ]; then
mkdir -p "${VORTEX_DEV_TEST_COVERAGE_DIR}"
kcov --include-pattern=.sh,.bash --bash-parse-files-in-dir="${SCRIPTS_DIR}","${TEST_DIR}" --exclude-pattern=vendor,node_modules "${VORTEX_DEV_TEST_COVERAGE_DIR}" "${TEST_DIR}/node_modules/.bin/bats" "$@"
kcov --debug=31 --include-pattern=.sh,.bash --bash-parse-files-in-dir="${SCRIPTS_DIR}","${TEST_DIR}" --exclude-pattern=vendor,node_modules "${VORTEX_DEV_TEST_COVERAGE_DIR}" "${TEST_DIR}/node_modules/.bin/bats" "$@"
else
"${TEST_DIR}/node_modules/.bin/bats" "$@"
fi
Expand Down

1 comment on commit 4682ce3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.