Skip to content

Commit

Permalink
args order
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov committed Dec 6, 2024
1 parent 84b443e commit 222de6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov_cli/services/upload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ def do_upload_logic(
commit_sha=commit_sha,
token=token,
env_vars=env_vars,
name=name,
report_code=report_code,
upload_file_type=upload_file_type,
name=name,
branch=branch,
slug=slug,
pull_request_number=pull_request_number,
Expand Down

0 comments on commit 222de6a

Please sign in to comment.