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

prisma-risk / tsoracle / 26340354238 / 1
96%
main: 96%

Build:
DEFAULT BRANCH: main
Ran 23 May 2026 06:36PM UTC
Files 74
Run time 2s
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

23 May 2026 06:31PM UTC coverage: 94.822%. Remained the same
26340354238.1

push

github

web-flow
ci: cache apt system deps and bound install steps with a timeout (#217)

The `apt-get install protobuf-compiler clang libclang-dev` step on
ubuntu-latest runners can hang for the full 6-hour job timeout when the
runner's dpkg lock is held by unattended-upgrades or an apt mirror
stalls. On the release-plz `release` job that hang also blocks every
queued release behind it, since the publish concurrency group runs
serial with cancel-in-progress disabled.

Two mitigations across all workflows that install these packages:

- timeout-minutes: 5 on each install step, so a stuck runner fails fast
  and releases the concurrency lock instead of burning hours.
- replace the raw apt-get call with awalsh128/cache-apt-pkgs-action, so
  warm caches skip the apt mirrors entirely (the common case) and only
  cold caches touch the network. The protobuf-compiler + libclang-dev
  install is heavy enough that caching also speeds up the happy path.

The action is SHA-pinned to v1.6.0 to match the repo's third-party
action pinning convention.

10016 of 10563 relevant lines covered (94.82%)

534632.54 hits per line

Source Files on job 26340354238.1
  • Tree
  • List 74
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26340354238
  • 6a8b7bed on github
  • Prev Job for on main (#26340231643.1)
  • Next Job for on main (#26340894812.1)
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