We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ededb1f commit 1f98323Copy full SHA for 1f98323
codecov_cli/services/upload/upload_collector.py
@@ -166,7 +166,7 @@ def generate_upload_data(
166
f"Found {len(report_files)} {report_type.value} files to report"
167
)
168
logger.debug(
169
- f"Found {len(network) if network else None} network files to report, ({len(unfiltered_network) if network else None} without filtering)"
+ f"Found {len(network)} network files to report, ({len(unfiltered_network)} without filtering)"
170
171
if not report_files:
172
if report_type == ReportType.TEST_RESULTS:
0 commit comments