Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] Try to fix bloat check when comment has empty cell
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.
- Loading branch information