• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elastic / cloudbeat / 18134580759
76%

Build:
DEFAULT BRANCH: main
Ran 30 Sep 2025 03:23PM UTC
Jobs 1
Files 229
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Sep 2025 03:08PM UTC coverage: 76.145%. Remained the same
18134580759

push

github

web-flow
CI: Add workflow to observe binary size with local debugging support (#3611)

This PR introduces a new CI workflow to monitor the size of the
`cloudbeat` binary on every pull request. The goal is to prevent
unintentional binary size bloat and provide visibility into how code
changes impact the final artifact size.

### Key Changes:

*   **New Workflow (`.github/workflows/binary-size-monitor.yml`):**
    *   Triggers on pull requests against `main` and release branches.
* Builds the `cloudbeat` binary from both the PR branch and the target
branch.
    *   Compares the size of the two binaries.
* If the size increase exceeds a 5 MiB threshold, it posts a detailed
report as a "sticky" comment on the pull request.
    *   The job will fail if the threshold is exceeded.

*   **Comparison Script (`.ci/scripts/binary-size-compare.sh`):**
* A reusable shell script that calculates and compares the sizes of two
given binary files.
    *   Outputs size differences in bytes, MiB, and as a percentage.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Orestis Floros <orestis.floros@elastic.co>

9579 of 12580 relevant lines covered (76.14%)

16.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18134580759.1 30 Sep 2025 03:23PM UTC 229
76.14
GitHub Action Run
Source Files on build 18134580759
  • Tree
  • List 229
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d0e85983 on github
  • Prev Build on main (#18122441781)
  • Next Build on main (#18168596809)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc