Commit 1029762
[tools] Try to fix bloat check when comment has empty cell (#26479)
The bloat check has been failing for months now because
gh_report.py script seems to assume that the first row
in a comment to the analyzed PR has no empty cells, and
for the cc32xx platform, which happens to finish the build
as the first one, a row with a blank section name is added.
I don't know what is the reason of the blank section, but
the script should not give up just because of one invalid
entry as we miss important code size increase warnings.
Also, replace deprecated DataFrame.append with concat().1 parent f63e90a commit 1029762
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
| 379 | + | |
379 | 380 | | |
380 | 381 | | |
381 | 382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments