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

Unleash / unleash / 26520568826
87%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 27 May 2026 03:29PM UTC
Jobs 1
Files 1180
Run time 3min
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

27 May 2026 03:20PM UTC coverage: 87.12% (-0.005%) from 87.125%
26520568826

push

github

web-flow
chore: update react router step 2: startTransition (#12119)

## Summary
- Part of the React Router v6 → v7 migration. Enables the
`v7_startTransition` future flag, which wraps router state updates in
`React.startTransition` so navigation can yield to more urgent work and
integrate with Suspense.
- Adds a new `reactRouter_v7_startTransition` UI flag 
- The test renderer enables the flag unconditionally so the suite always
exercises the v7 path.

## Why it should be safe
- Every `React.lazy(...)` call in the frontend is declared at module
scope (not recreated per render), which is the failure mode the
migration guide specifically calls out for `startTransition`.
- All lazy route components render below the top-level `<Suspense
fallback={<Loader type='fullscreen' />}>` in `App.tsx`, so any
suspension during a transition has a fallback to settle to.
- No `flushSync` or synchronous-state-after-navigate patterns in the
codebase.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

1852 of 2047 branches covered (90.47%)

15117 of 17352 relevant lines covered (87.12%)

901.12 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
89.58
-2.08% src/lib/features/frontend-api/client-feature-toggle-read-model.ts
1
85.45
-0.91% src/lib/features/playground/feature-evaluator/constraint.ts
Jobs
ID Job ID Ran Files Coverage
1 26520568826.1 27 May 2026 03:29PM UTC 1180
87.12
GitHub Action Run
Source Files on build 26520568826
  • Tree
  • List 1180
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26520568826
  • 17032693 on github
  • Prev Build on main (#26509634955)
  • Next Build on main (#26560373101)
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