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

Unleash / unleash / 27330396862
87%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 11 Jun 2026 07:23AM UTC
Jobs 1
Files 1186
Run time 2min
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

11 Jun 2026 07:14AM UTC coverage: 87.333% (+0.001%) from 87.332%
27330396862

push

github

web-flow
fix: update lifecycle counts immediately after archiving/reviving/deleting flags (#12274)

The lifecycle stage counts (shown in the lifecycle filter chips) went
stale after archiving or reviving a flag, and only recovered on a full
page refresh. Two separate causes:

- The project flags table only refetched the feature search after
archive/revive/delete/complete actions, never the project status
endpoint that provides the lifecycle summary.

- Even with a refetch, a revived flag was counted in no stage at all for
a short while. Reviving clears features.archived_at synchronously, but
the feature_lifecycles rows are only rewritten once the FEATURE_REVIVED
event is announced and handled, and the event announcer runs on a 1s
schedule. In that window the flag's latest lifecycle stage was still
archived, which the lifecycle summary query excluded entirely.

This fixes both ends:

- ProjectFeatureToggles refetches the project status alongside the
feature search for every action that changes lifecycle stage membership
(archive, revive, delete, mark completed, and their batch variants).

- The project lifecycle summary read model counts non-archived flags
whose latest lifecycle stage is still archived as initial -- the stage
the lifecycle event handler is about to move them to anyway.

1875 of 2069 branches covered (90.62%)

2 of 2 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

15209 of 17415 relevant lines covered (87.33%)

885.35 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
86.05
-0.78% src/lib/services/api-token-service.ts
Jobs
ID Job ID Ran Files Coverage
1 27330396862.1 11 Jun 2026 07:23AM UTC 1186
87.33
GitHub Action Run
Source Files on build 27330396862
  • Tree
  • List 1186
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27330396862
  • 1abc4457 on github
  • Prev Build on main (#27326701170)
  • Next Build on main (#27344189751)
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