Skip to content

Commit

Permalink
fix: add network args to upload-process (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Apr 12, 2024
1 parent 4b14ca2 commit 63df4a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codecov_cli/commands/upload_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def upload_process(
env_vars=env_vars,
flags=flags,
name=name,
network_filter=network_filter,
network_prefix=network_prefix,
network_root_folder=network_root_folder,
files_search_root_folder=files_search_root_folder,
files_search_exclude_folders=files_search_exclude_folders,
Expand Down Expand Up @@ -113,6 +115,8 @@ def upload_process(
env_vars=env_vars,
flags=flags,
name=name,
network_filter=network_filter,
network_prefix=network_prefix,
network_root_folder=network_root_folder,
files_search_root_folder=files_search_root_folder,
files_search_exclude_folders=files_search_exclude_folders,
Expand Down

0 comments on commit 63df4a9

Please sign in to comment.