Skip to content

Commit d083185

Browse files
authored
chore(include_analysis_diff): include current size in output
1 parent f7405d3 commit d083185

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include_analysis_diff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def include_analysis_diff(
158158
filename,
159159
"",
160160
str(difference),
161+
str(current_size),
161162
)
162163

163164
for header in include_analysis["esizes"][filename]:
@@ -196,6 +197,7 @@ def include_analysis_diff(
196197
filename,
197198
header,
198199
str(difference),
200+
str(current_size),
199201
)
200202

201203

0 commit comments

Comments
 (0)