Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers

This commit is contained in:
J. Nick Koston
2026-08-22 23:41:56 -05:00
+3 -2
View File
@@ -115,8 +115,9 @@ def print_summary(size_json: Path, partitions_csv: Path | None) -> None:
_LOGGER.warning("Skipping Flash summary: %s", e)
return
if app_size <= 0:
# A malformed partition row parses to 0; a 0% bar would feed CI's
# memory-impact extraction fabricated data
# A "from 0 bytes" denominator is meaningless to a reader. The skip
# costs CI's memory-impact extraction its Flash match, which is the
# loud outcome a broken partition table deserves.
_LOGGER.warning(
"Skipping Flash summary: app partition size is %s in %s",
app_size,