Skip to content

Commit ac2b57a

Browse files
fix: run file fixes (#100)
The ordering was wrong
1 parent 6535b48 commit ac2b57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov-cli/codecov_cli/services/upload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def do_upload_logic(
9797
preparation_plugins,
9898
network_finder,
9999
file_selector,
100-
disable_file_fixes,
101100
plugin_config,
101+
disable_file_fixes,
102102
)
103103
try:
104104
upload_data = collector.generate_upload_data(report_type)

0 commit comments

Comments
 (0)