Skip to content

Commit

Permalink
Add None default value
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov committed Nov 7, 2024
1 parent daf1a38 commit 3db6f24
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 @@ -52,7 +52,7 @@ def do_upload_logic(
network_filter: typing.Optional[str],
network_prefix: typing.Optional[str],
network_root_folder: Path,
parent_sha: typing.Optional[str],
parent_sha: typing.Optional[str] = None,
plugin_names: typing.List[str],
pull_request_number: typing.Optional[str],
report_code: str,
Expand Down

0 comments on commit 3db6f24

Please sign in to comment.