File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- CC_WRAPPER_VERSION=" 0.0.31 "
2+ CC_WRAPPER_VERSION=" 0.0.32 "
33set +u
44say () {
55 echo -e " $1 "
134134 cc_cli_args+=( " --codecov-yml-path" )
135135 cc_cli_args+=( " $CC_YML_PATH " )
136136fi
137+ cc_cli_args+=( $( write_truthy_args CC_DISABLE_TELEM) )
137138cc_cli_args+=( $( write_truthy_args CC_VERBOSE) )
138139cc_uc_args=()
139140# Args for create commit
Original file line number Diff line number Diff line change 99CC_DIR
1010CC_DISABLE_FILE_FIXES
1111CC_DISABLE_SEARCH
12+ CC_DISABLE_TELEM
1213CC_DOWNLOAD_ONLY
1314CC_DRY_RUN
1415CC_ENTERPRISE_URL
Original file line number Diff line number Diff line change 99 codecov_cli_args+=( " --codecov-yml-path" )
1010 codecov_cli_args+=( " $CODECOV_YML_PATH " )
1111fi
12+ codecov_cli_args+=( $( write_truthy_args CODECOV_DISABLE_TELEM) )
1213codecov_cli_args+=( $( write_truthy_args CODECOV_VERBOSE) )
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- CODECOV_WRAPPER_VERSION=" 0.0.31 "
2+ CODECOV_WRAPPER_VERSION=" 0.0.32 "
You can’t perform that action at this time.
0 commit comments