Skip to content

Commit

Permalink
chore(release): 0.0.12 remove set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 3, 2024
1 parent 7d6ec13 commit 3bfa27e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/codecov.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
CC_WRAPPER_VERSION="0.0.11"
CC_WRAPPER_VERSION="0.0.12"
say() {
echo -e "$1"
}
Expand Down Expand Up @@ -88,7 +88,6 @@ if [ -n "$CC_YML_PATH" ];
then
codecov_cli_args+=" --codecov-yml-path ${CC_YML_PATH}"
fi
set -x
codecov_cc_args=()
if [ "$CC_FAIL_ON_ERROR" = "true" ];
then
Expand Down
2 changes: 0 additions & 2 deletions scripts/set_create_commit_args.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -x

codecov_cc_args=()

if [ "$CODECOV_FAIL_ON_ERROR" = "true" ];
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
CODECOV_WRAPPER_VERSION="0.0.11"
CODECOV_WRAPPER_VERSION="0.0.12"

0 comments on commit 3bfa27e

Please sign in to comment.