File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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) )
You can’t perform that action at this time.
0 commit comments