BuildSize icon indicating copy to clipboard operation
BuildSize copied to clipboard

Automatically track the size of your build artifacts

Results 21 BuildSize issues
Sort by recently updated
recently updated
newest added

Currently only the first page is checked. This PR in theory should check all pages. I noticed this in this PR (https://github.com/babel/babel/pull/7646), where BuildSize was commenting over and over. Please...

If i have something like this ``` extension ├── _locales │   ├── en │   │   └── messages.json │   └── fr │   └── messages.json ├── manifest.json ``` I only get one...

When I publish a new commit to a PR, buildsize updates the comment it made earlier. This is nice to reduce spaminess on the thread, but on the other hand...

I'm trying this out for angular/angular which has a clunky brittle size-limit test. I see from https://github.com/alexeagle/angular-bazel-example/pull/74 that I get a nice comment from the bot. But I also want...

The last commit on https://github.com/angular/angular/pull/22040 fixes the size regression, as indicated in the status ![el4s0djjazw](https://user-images.githubusercontent.com/47395/35874717-217697be-0b22-11e8-9a85-acc1c16215d1.png) However, the comment from buildsize is still on the thread and was not updated or...

Thanks for making this! It's quite nice. I've got a feature request that I took a stab at working on, but I'm not familiar enough with Circle's API to do...

Hey, When are comments created? I just added BuildSize to a repo, and pushed some artifacts on CircleCI on this PR: https://github.com/etalab/geo.data.gouv.fr/pull/553 but I’m not getting a comment. Also another...

If a pull request is sent after a build completes, BuildSize will not leave a comment :( When the PR is opened, `pull_request` webhook payload contains info on the commit:...

enhancement