Hacker News new | ask | show | jobs
Gravity CI (gravity.ci)
11 points by marcoow 457 days ago
1 comments

Gravity monitors build artifact sizes to prevent accidental increases – right in your CI pipeline.
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