Skip to content

Commit 92d7e89

Browse files
chore: fix typo in help description (#394)
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
1 parent 5a0b46a commit 92d7e89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codecov_cli/commands/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _turn_env_vars_into_dict(ctx, params, value):
6363
),
6464
click.option(
6565
"--disable-search",
66-
help="Disable search for coverage files. This is helpful when specifying what files you want to uload with the --file option.",
66+
help="Disable search for coverage files. This is helpful when specifying what files you want to upload with the --file option.",
6767
is_flag=True,
6868
default=False,
6969
),

tests/commands/test_invoke_upload_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_upload_process_options(mocker):
9191
" disable uploading other files.",
9292
" --disable-search Disable search for coverage files. This is",
9393
" helpful when specifying what files you want to",
94-
" uload with the --file option.",
94+
" upload with the --file option.",
9595
" --disable-file-fixes Disable file fixes to ignore common lines from",
9696
" coverage (e.g. blank lines or empty brackets)",
9797
" -b, --build, --build-code TEXT Specify the build number manually",

0 commit comments

Comments
 (0)