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

iovisor / ubpf / 28534146492 / 5
79%
main: 79%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 05:15PM UTC
Files 154
Run time 8s
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

01 Jul 2026 04:59PM UTC coverage: 76.389%. First build
28534146492.5

push

github

web-flow
ci: fix macOS coverage jobs broken by Homebrew tap-trust policy (#803)

The macOS coverage jobs fail at the "Coveralls Parallel" step. On macOS the
coverallsapp/github-action installs its reporter with
`brew install coverallsapp/coveralls/coveralls`, and Homebrew's tap-trust
policy now refuses to load a formula from an untrusted tap:

  Error: Refusing to load formula coverallsapp/coveralls/coveralls from
  untrusted tap coverallsapp/coveralls.

uBPF itself builds and tests cleanly on macOS; only the coverage upload step
fails, which is why all four macos_*_coverage jobs go red while the rest pass.

Set HOMEBREW_NO_REQUIRE_TAP_TRUST=1 on the Coveralls step so the reporter
installs without the trust prompt. The variable is scoped to that single step,
so it does not relax tap-trust for anything else on the runner, and it is a
no-op on Linux, where the action fetches the reporter without Homebrew.

Verified locally on macOS (arm64): reproduced the failure, confirmed the
install succeeds with the variable set, and confirmed the full build and test
suite passes under the coverage configuration.

Signed-off-by: Alex Forster <alex@alexforster.com>
Co-authored-by: Claude <noreply@anthropic.com>

5885 of 7704 relevant lines covered (76.39%)

533972.95 hits per line

Source Files on job run-RelWithDebInfo-macos-latest-x86_64 - 28534146492.5
  • Tree
  • List 154
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28534146492
  • 101fdfbc on github
  • Next Job for on main (#28541657451.2)
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

© 2026 Coveralls, Inc