• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

kubernetes-sigs / lws / 28668309498
56%
main: 56%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/site/all-1caf817742
DEFAULT BRANCH: main
Ran 03 Jul 2026 03:00PM UTC
Jobs 1
Files 25
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

02 Jul 2026 11:08PM UTC coverage: 55.744% (+0.07%) from 55.673%
28668309498

Pull #907

github

hasB4K
executor: drain one old revision per reconcile

Preserves the observable "newest-first drain" invariant during
multi-revision rollouts (e.g. mid-rollout A→B→C where C is applied
before B finishes rolling out from A).

Before: scaleDownOld iterated all old revisions in one call, spending
budget across them. Fast clusters could drain B fully AND start
draining A within a single reconcile (or two back-to-back reconciles
within <100ms), making the "B drained to 0 while A > 0" transient
unobservable to 100ms polling.

After: once any revision receives drain calls in an iteration, break
out of the loop. The next reconcile picks up the next-newest revision
if this one is fully drained. Extra reconciles for multi-revision
cases; benefit is a cleanly observable drain order.

Verified live: e2e "Mid-rollout A→B→C (newest-first drain) — should
drain B (broken intermediate) before A (stable original)" trace now
shows the transient (A=6, B=0, C=8) before A begins draining.
Pull Request #907: DisaggregatedSet: don't stall on slow pods and use the full range of maxUnavailable to maxSurge.

331 of 358 new or added lines in 2 files covered. (92.46%)

7 existing lines in 2 files now uncovered.

2140 of 3839 relevant lines covered (55.74%)

224.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
17
84.69
-0.6% pkg/controllers/disaggregatedset/executor.go
10
92.86
-2.88% pkg/controllers/disaggregatedset/planner.go

Coverage Regressions

Lines Coverage ∆ File
4
92.86
-2.88% pkg/controllers/disaggregatedset/planner.go
3
84.69
-0.6% pkg/controllers/disaggregatedset/executor.go
Jobs
ID Job ID Ran Files Coverage
1 28668309498.1 03 Jul 2026 03:00PM UTC 25
55.74
GitHub Action Run
Source Files on build 28668309498
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #907
  • PR Base - main (#28471560076)
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