Skip to content

Commit

Permalink
feat: add disable-telem
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 15, 2025
1 parent e8354da commit fedc89c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ then
cc_cli_args+=( "--codecov-yml-path" )
cc_cli_args+=( "$CC_YML_PATH" )
fi
cc_cli_args+=( $(write_truthy_args CC_DISABLE_TELEM) )
cc_cli_args+=( $(write_truthy_args CC_VERBOSE) )
cc_uc_args=()
# Args for create commit
Expand Down
1 change: 1 addition & 0 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CC_CODE
CC_DIR
CC_DISABLE_FILE_FIXES
CC_DISABLE_SEARCH
CC_DISABLE_TELEM
CC_DOWNLOAD_ONLY
CC_DRY_RUN
CC_ENTERPRISE_URL
Expand Down
1 change: 1 addition & 0 deletions scripts/set_cli_args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ then
codecov_cli_args+=( "--codecov-yml-path" )
codecov_cli_args+=( "$CODECOV_YML_PATH" )
fi
codecov_cli_args+=( $(write_truthy_args CODECOV_DISABLE_TELEM) )
codecov_cli_args+=( $(write_truthy_args CODECOV_VERBOSE) )

0 comments on commit fedc89c

Please sign in to comment.