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

iovisor / ubpf / 28534146492
79%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 05:01PM UTC
Jobs 6
Files 200
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

01 Jul 2026 04:59PM UTC coverage: 79.026%. First build
28534146492

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>

8907 of 11271 relevant lines covered (79.03%)

823463.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug-ubuntu-latest-x86_64 - 28534146492.1 01 Jul 2026 05:01PM UTC 74
75.7
GitHub Action Run
2 run-RelWithDebInfo-ubuntu-24.04-arm-arm64 - 28534146492.2 01 Jul 2026 05:14PM UTC 75
62.22
GitHub Action Run
3 run-Debug-macos-latest-x86_64 - 28534146492.3 01 Jul 2026 05:09PM UTC 154
76.45
GitHub Action Run
4 run-RelWithDebInfo-ubuntu-latest-x86_64 - 28534146492.4 01 Jul 2026 05:10PM UTC 74
75.69
GitHub Action Run
5 run-RelWithDebInfo-macos-latest-x86_64 - 28534146492.5 01 Jul 2026 05:01PM UTC 154
76.39
GitHub Action Run
6 run-Debug-ubuntu-24.04-arm-arm64 - 28534146492.6 01 Jul 2026 05:05PM UTC 75
62.19
GitHub Action Run
Source Files on build 28534146492
  • Tree
  • List 200
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28534146492
  • 101fdfbc on github
  • Prev Build on main (#28266165163)
  • Next Build on main (#28541657451)
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