Skip to content

Commit

Permalink
Add kwargs to LegacyUploadSender send_upload_data
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov committed Dec 6, 2024
1 parent b42aca1 commit 0b31c3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions codecov_cli/services/upload/legacy_upload_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def send_upload_data(
commit_sha: str,
token: str,
env_vars: typing.Dict[str, str],
report_code: str = None,
upload_file_type: str = None,
name: typing.Optional[str] = None,
branch: typing.Optional[str] = None,
slug: typing.Optional[str] = None,
Expand All @@ -49,11 +47,9 @@ def send_upload_data(
job_code: typing.Optional[str] = None,
flags: typing.List[str] = None,
ci_service: typing.Optional[str] = None,
git_service: typing.Optional[str] = None,
enterprise_url: typing.Optional[str] = None,
parent_sha: typing.Optional[str] = None,
upload_coverage: bool = False,
args: dict = None,
**kwargs,
) -> UploadSendingResult:
params = {
"package": f"codecov-cli/{codecov_cli_version}",
Expand Down

0 comments on commit 0b31c3e

Please sign in to comment.