Skip to content

Commit 931aa87

Browse files
chore(release): verbose 0.0.15
1 parent e146e84 commit 931aa87

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dist/codecov.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
CC_WRAPPER_VERSION="0.0.14"
2+
CC_WRAPPER_VERSION="0.0.15"
33
say() {
44
echo -e "$1"
55
}
@@ -107,6 +107,7 @@ cc_cli_args=()
107107
cc_cli_args+=( $(write_existing_args CC_AUTO_LOAD_PARAMS_FROM) )
108108
cc_cli_args+=( $(write_existing_args CC_ENTERPRISE_URL) )
109109
cc_cli_args+=( $(write_existing_args CC_YML_PATH) )
110+
cc_cli_args+=( $(write_truthy_args CC_VERBOSE) )
110111
cc_cc_args=()
111112
cc_cc_args+=( $(write_truthy_args CC_FAIL_ON_ERROR) )
112113
cc_cc_args+=( $(write_existing_args CC_GIT_SERVICE) )

scripts/set_cli_args.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ codecov_cli_args=()
55
codecov_cli_args+=( $(write_existing_args CODECOV_AUTO_LOAD_PARAMS_FROM) )
66
codecov_cli_args+=( $(write_existing_args CODECOV_ENTERPRISE_URL) )
77
codecov_cli_args+=( $(write_existing_args CODECOV_YML_PATH) )
8+
codecov_cli_args+=( $(write_truthy_args CODECOV_VERBOSE) )

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
CODECOV_WRAPPER_VERSION="0.0.14"
2+
CODECOV_WRAPPER_VERSION="0.0.15"

0 commit comments

Comments
 (0)