From ec332cd76b83c0e0f82d8446b89d57203a684cd5 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 3 Oct 2024 20:36:03 -0500 Subject: [PATCH] fix: upload_name --- src/commands/upload.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/commands/upload.yml b/src/commands/upload.yml index 5e85354..954bea5 100644 --- a/src/commands/upload.yml +++ b/src/commands/upload.yml @@ -85,10 +85,6 @@ parameters: description: Use the legacy upload endpoint. Set to "true", defaults to "false" type: string default: "false" - name: - description: Custom defined name of the upload. Visible in the Codecov UI - type: string - default: "" network_filter: description: Specify a filter on the files listed in the network section of the Codecov report. This will only add files whose path begin with the specified filter. Useful for upload-specific path fixing. type: string @@ -134,6 +130,10 @@ parameters: variable CODECOV_TOKEN using CircleCI Environment Variables. type: env_var_name default: CODECOV_TOKEN + upload_name: + description: Custom defined name of the upload. Visible in the Codecov UI + type: string + default: "" version: description: Which version of the Codecov CLI to use (defaults to 'latest') @@ -170,7 +170,7 @@ steps: CC_HANDLE_NO_REPORTS_FOUND: << parameters.handle_no_reports_found >> CC_JOB_CODE: << parameters.job_code >> CC_LEGACY: << parameters.legacy >> - CC_NAME: << parameters.name >> + CC_NAME: << parameters.upload_name >> CC_NETWORK_FILTER: << parameters.network_filter >> CC_NETWORK_PREFIX: << parameters.network_prefix >> CC_NETWORK_ROOT_FOLDER: << parameters.network_root_folder >>