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

livetribe / yama / 29980290988
68%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v2
DEFAULT BRANCH: master
Ran 23 Jul 2026 04:44AM UTC
Jobs 1
Files 21
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

23 Jul 2026 04:43AM UTC coverage: 44.36%. Remained the same
29980290988

push

github

maguro
Add lifecycle execution helpers and behavioral contract

The runtime-support package rt now holds the machinery generated code
drives: interceptor chains, the per-component wrapper, the level
runner, the quiesce-then-teardown state machine, the Wire cleanup
adapter, and the overrun interceptor. It lives in rt/internal/exec,
sealed behind an exported LifecycleBuilder, so generated code depends
only on the builder.

Levels run in dependency order: startup forward, shutdown back, every
quiesce before any teardown. A level's members run concurrently and
fail fast without cancelling their siblings. Panics are recovered at
the level runner, never in the chain. A start that ran nothing stays
reusable; one that started components and then failed is torn down and
spent.

The shape generated code must take is pinned as a built exemplar, and
the contract is exercised through stand-ins that match it.

251 of 539 new or added lines in 12 files covered. (46.57%)

350 of 789 relevant lines covered (44.36%)

43.31 hits per line

Uncovered Changes

Lines Coverage ∆ File
81
0.0
0.0% internal/generator/sandbox/lifecycle_gen.go
76
0.0
0.0% internal/mocks/lifecycle_mocks.go
50
0.0
0.0% internal/mocks/interceptor_mocks.go
43
0.0
0.0% internal/generator/sandbox/cmd/main.go
34
0.0
0.0% rt/internal/mocks/exec_mocks.go
2
0.0
0.0% internal/generator/sandbox/components.go
2
97.26
0.0% rt/builder.go
Jobs
ID Job ID Ran Files Coverage
1 29980290988.1 23 Jul 2026 04:44AM UTC 21
44.36
GitHub Action Run
Source Files on build 29980290988
  • Tree
  • List 21
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29980290988
  • bd546137 on github
  • Prev Build on v2 (#29979350816)
  • Next Build on v2 (#29984243485)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc