Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Size reports: Indicate which platforms are ‘below the fold’ (#10570)
* Size reports: Indicate which platforms are ‘below the fold’ #### Problem Since CI runs take varying lengths of time, size reports may arrive piecemeal, leading to comments of this form: > PR #10525: Size comparison from 2377fea to 04e4368 > > ► 8 builds > ► 14 builds > ► 2 builds > ► 10 builds A reader looking for a particular build has to check multiple sections. #### Change overview Add a list of built platforms to each summary, so comments look like: > PR #10525: Size comparison from 2377fea to 04e4368 > > ► 8 builds (for k32w, p6, qpg, telink) > ► 14 builds (for efr32, linux, mbed) > ► 2 builds (for esp32) > ► 10 builds (for nrfconnect) #### Testing Offline run. * kick CI * review
- Loading branch information