---
title: "Surfacing Hidden Change to Pull Requests"
url: https://daily.dev/posts/surfacing-hidden-change-to-pull-requests-537tygju3
source_url: https://developer.squareup.com/blog/surfacing-hidden-change-to-pull-requests
type: article
source: "Jake Wharton"
published: 2026-07-05T07:13:34.331Z
updated: 2026-07-05T07:14:40.384Z
tags: ["android", "cicd", "code-review", "gradle"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Surfacing Hidden Change to Pull Requests

**[Jake Wharton](https://daily.dev/sources/jakewharton)** · 4 min read · 0 upvotes · 0 comments

## Summary

The Cash Android team at Square built a system to surface hidden changes in pull requests by automatically posting CI-generated metrics as PR comments. These include APK binary size, method count diffs, full dependency graph changes, and merged manifest diffs. The goal is to make implicit side effects of code changes visible at review time rather than discovering them late in the release process. More detailed data like full method diffs, ProGuard reports, and resource shrinker output are attached to CI build artifacts for deeper investigation.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developer.squareup.com/blog/surfacing-hidden-change-to-pull-requests>

## Similar posts on daily.dev

- [Your Next Pull Request Will Come From a Product Manager](https://daily.dev/posts/your-next-pull-request-will-come-from-a-product-manager-zk7adqe5z) · The New Stack · 0 upvotes · 0 comments
- [Streamline Your Code Reviews: How AI-Powered PR Summaries Save Time and Improve Team Collaboration](https://daily.dev/posts/streamline-your-code-reviews-how-ai-powered-pr-summaries-save-time-and-improve-team-collaboration-bemzckiar) · Atomic Spin · 1 upvotes · 0 comments

---

Tags: [#android](https://daily.dev/tags/android), [#cicd](https://daily.dev/tags/cicd), [#code-review](https://daily.dev/tags/code-review), [#gradle](https://daily.dev/tags/gradle)

[View this post on daily.dev](https://daily.dev/posts/surfacing-hidden-change-to-pull-requests-537tygju3)
