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

supabase / supavisor / 26757388979
76%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 01:27PM UTC
Jobs 2
Files 126
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 Jun 2026 01:18PM UTC coverage: 76.336% (-0.03%) from 76.366%
26757388979

push

github

web-flow
chore: 2.9.6 release with soft_purge fix for hot-path modules and lowered suspend timeout for DbHandler (#1001)

Bumps to 2.9.6-rc.0 and switches `ClientHandler`, `DbHandler`,
`ClientHandler.Error`, `ClientHandler.Checks` to `soft_purge`
(PostPurge) in the relup appups.

Under load, the deferred `code:purge/1` inside
`release_handler:make_permanent/1` kills ClientHandlers blocked in
`:gen_statem.call(db_handler, …)` during the suspended-DbHandler window
— they have `Supavisor.ClientHandler.*` frames on their stack and count
as "lingerers". `soft_purge` makes `make_permanent` skip the kill; both
code versions stay resident until the next relup drains the old one.
Suspend/resume kept; all other modules stay `brutal_purge`.

The 2.9.5 relups are also patched in-place so a to-2.9.5 upgrade with
the fix remains possible.

Also fixes `mix.exs:151` so the appup-copy step survives hyphenated
to-versions: the filename split now uses `parts: 2`, otherwise
`supavisor-2.9.6-rc.0.appup` would parse as `["supavisor", "2.9.6",
"rc.0"]` and crash the release build with a `MatchError`.

Plan: tag this branch as v2.9.6-rc.0, validate in staging, then a
follow-up commit bumps to v2.9.6.

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

2542 of 3330 relevant lines covered (76.34%)

55408.05 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
75.0
0.0% lib/supavisor.ex
1
76.92
-7.69% lib/supavisor/erl_sys_mon.ex
1
93.85
-1.54% lib/supavisor/circuit_breaker/sliding_window.ex
Jobs
ID Job ID Ran Files Coverage
1 run-integration - 26757388979.1 01 Jun 2026 01:28PM UTC 126
41.23
GitHub Action Run
2 run-tests - 26757388979.2 01 Jun 2026 01:27PM UTC 126
74.92
GitHub Action Run
Source Files on build 26757388979
  • Tree
  • List 126
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26757388979
  • e8a4d9c1 on github
  • Prev Build on main (#26505402060)
  • Next Build on main (#26819978944)
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