Open rebello95 opened 4 years ago
At the moment, the coverage job only compares size differences with the core artifact. Adding jobs to additionally do size comparisons of the iOS/Android artifacts would help us catch issues like https://github.com/lyft/envoy-mobile/pull/864 where Bazel rules or compilation logic changes on only one platform.
Something to also consider is whether we want to only validate relative size increases on PRs or to also limit the total size of the artifacts
At the moment, the coverage job only compares size differences with the core artifact. Adding jobs to additionally do size comparisons of the iOS/Android artifacts would help us catch issues like https://github.com/lyft/envoy-mobile/pull/864 where Bazel rules or compilation logic changes on only one platform.