Skip to content

Commit 1f98323

Browse files
committed
quick fix
1 parent ededb1f commit 1f98323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov_cli/services/upload/upload_collector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def generate_upload_data(
166166
f"Found {len(report_files)} {report_type.value} files to report"
167167
)
168168
logger.debug(
169-
f"Found {len(network) if network else None} network files to report, ({len(unfiltered_network) if network else None} without filtering)"
169+
f"Found {len(network)} network files to report, ({len(unfiltered_network)} without filtering)"
170170
)
171171
if not report_files:
172172
if report_type == ReportType.TEST_RESULTS:

0 commit comments

Comments
 (0)