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 1
1
#! /usr/bin/env bash
2
- CC_WRAPPER_VERSION=" 0.0.31 "
2
+ CC_WRAPPER_VERSION=" 0.0.32 "
3
3
set +u
4
4
say () {
5
5
echo -e " $1 "
134
134
cc_cli_args+=( " --codecov-yml-path" )
135
135
cc_cli_args+=( " $CC_YML_PATH " )
136
136
fi
137
+ cc_cli_args+=( $( write_truthy_args CC_DISABLE_TELEM) )
137
138
cc_cli_args+=( $( write_truthy_args CC_VERBOSE) )
138
139
cc_uc_args=()
139
140
# Args for create commit
Original file line number Diff line number Diff line change 9
9
CC_DIR
10
10
CC_DISABLE_FILE_FIXES
11
11
CC_DISABLE_SEARCH
12
+ CC_DISABLE_TELEM
12
13
CC_DOWNLOAD_ONLY
13
14
CC_DRY_RUN
14
15
CC_ENTERPRISE_URL
Original file line number Diff line number Diff line change 9
9
codecov_cli_args+=( " --codecov-yml-path" )
10
10
codecov_cli_args+=( " $CODECOV_YML_PATH " )
11
11
fi
12
+ codecov_cli_args+=( $( write_truthy_args CODECOV_DISABLE_TELEM) )
12
13
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.31 "
2
+ CODECOV_WRAPPER_VERSION=" 0.0.32 "
You can’t perform that action at this time.
0 commit comments