Is your feature request related to a problem? Please describe.
We need to get notified for unexpected size change. This is important for size restricted platforms.
Describe the solution you'd like
Generate a size change report containing size changes of all platforms after running travis check.
Describe alternatives you've considered
None.
Additional context
None.
This would be very helpful.
The travis scripts print the output of arm-none-eabi-size in the build logs, but that is not visible enough.
Ideally, not only do we track difference for a given PR, but we also trend the code size so we can see the change over a longer period of time. It may be that not any one given change is significant, but many small changes are.
Resolved by #4026.
Most helpful comment
This would be very helpful.
The travis scripts print the output of
arm-none-eabi-sizein the build logs, but that is not visible enough.Ideally, not only do we track difference for a given PR, but we also trend the code size so we can see the change over a longer period of time. It may be that not any one given change is significant, but many small changes are.