Hacker News new | ask | show | jobs
by marcoow 457 days ago
Gravity monitors build artifact sizes to prevent accidental increases – right in your CI pipeline.
1 comments

looks be nice for critical files/directories. Does it always require a manual check if the sizes do change, or does it allow to set a threshold like https://github.com/siddharthkp/bundlesize which auto-succeeds it the size diff is within it?
It does require manual approval for any new or growing files atm but adding some kind of setting for a threshold (maybe per file type) for which Gravity auto-approves might be a good addition in the future