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

Unleash / unleash / 26164778899
87%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 20 May 2026 01:20PM UTC
Jobs 1
Files 1178
Run time 4min
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

20 May 2026 01:11PM UTC coverage: 87.123% (-0.02%) from 87.139%
26164778899

push

github

web-flow
chore: add `getOnboardingStatusesForProjects` bulk method (#12074)

### The problem
As part of the projects cards redesign, we want to include a badge for
the onboarding status in each card. The source of truth for a project's
onboarding status lives in `getOnboardingStatusForProject`, but calling
it for each project would be too expensive (especially for instances
with hundreds of projects), since each call performs 4 different db
queries.

So this PR:
- Adds a bulk variant `getOnboardingStatusesForProjects` that accepts a
list of project IDs
and returns a `Map<projectId, OnboardingStatus>`
- Refactors `getOnboardingStatusForProject` and turns it into a shallow
wrapper of the bulk method
- Preserves the status derivation logic

1847 of 2043 branches covered (90.41%)

32 of 34 new or added lines in 2 files covered. (94.12%)

3 existing lines in 1 file now uncovered.

15095 of 17326 relevant lines covered (87.12%)

900.46 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
50.0
-16.67% src/lib/features/onboarding/fake-onboarding-read-model.ts
1
98.25
-1.75% src/lib/features/onboarding/onboarding-read-model.ts

Coverage Regressions

Lines Coverage ∆ File
3
84.55
-2.73% src/lib/features/playground/feature-evaluator/constraint.ts
Jobs
ID Job ID Ran Files Coverage
1 26164778899.1 20 May 2026 01:20PM UTC 1178
87.12
GitHub Action Run
Source Files on build 26164778899
  • Tree
  • List 1178
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26164778899
  • 7e488902 on github
  • Prev Build on main (#26148955072)
  • Next Build on main (#26175188828)
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