File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- CC_WRAPPER_VERSION=" 0.0.14 "
2
+ CC_WRAPPER_VERSION=" 0.0.15 "
3
3
say () {
4
4
echo -e " $1 "
5
5
}
@@ -107,6 +107,7 @@ cc_cli_args=()
107
107
cc_cli_args+=( $( write_existing_args CC_AUTO_LOAD_PARAMS_FROM) )
108
108
cc_cli_args+=( $( write_existing_args CC_ENTERPRISE_URL) )
109
109
cc_cli_args+=( $( write_existing_args CC_YML_PATH) )
110
+ cc_cli_args+=( $( write_truthy_args CC_VERBOSE) )
110
111
cc_cc_args=()
111
112
cc_cc_args+=( $( write_truthy_args CC_FAIL_ON_ERROR) )
112
113
cc_cc_args+=( $( write_existing_args CC_GIT_SERVICE) )
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ codecov_cli_args=()
5
5
codecov_cli_args+=( $( write_existing_args CODECOV_AUTO_LOAD_PARAMS_FROM) )
6
6
codecov_cli_args+=( $( write_existing_args CODECOV_ENTERPRISE_URL) )
7
7
codecov_cli_args+=( $( write_existing_args CODECOV_YML_PATH) )
8
+ codecov_cli_args+=( $( write_truthy_args CODECOV_VERBOSE) )
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- CODECOV_WRAPPER_VERSION=" 0.0.14 "
2
+ CODECOV_WRAPPER_VERSION=" 0.0.15 "
You can’t perform that action at this time.
0 commit comments