Skip to content

🔨 chore: split test-app shards and deprecate isOnboarded#13938

Merged
tjx666 merged 2 commits into
canaryfrom
perf/ci-speedup
Apr 17, 2026
Merged

🔨 chore: split test-app shards and deprecate isOnboarded#13938
tjx666 merged 2 commits into
canaryfrom
perf/ci-speedup

Conversation

@tjx666

@tjx666 tjx666 commented Apr 17, 2026

Copy link
Copy Markdown
Member

💻 Change Type

  • 👷 build
  • 🔨 chore

🔗 Related Issue

N/A

🔀 Description of Change

Two small unrelated cleanups bundled together per author preference:

  1. CI — Split the test-app job matrix from 2 shards to 3 shards to cut per-job wall time. The merge-app-coverage job already matches blob artifacts via the blob-report-* pattern, so no other workflow changes are needed.
  2. Schema — Add a JSDoc @deprecated marker to the isOnboarded column on users so IDE/TypeScript users get a strikethrough and in-editor hint when referencing it. No runtime behavior change — the column and default are preserved. The onboarding / agentOnboarding JSONB columns below appear to be the newer onboarding model; the migration/replacement story is left to a follow-up.

🧪 How to Test

  • Tested locally
  • Added/updated tests
  • No tests needed

CI will run the new 3-shard matrix automatically on this PR. Deprecation is purely editor-surface; TS compilation/runtime is unaffected.

📝 Additional Information

If we later want to drop the isOnboarded column, that should be a separate PR with a migration.

@vercel

vercel Bot commented Apr 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lobehub Ready Ready Preview, Comment Apr 17, 2026 4:27pm

Request Review

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've reviewed this pull request using the Sourcery rules engine

@tjx666 tjx666 changed the title 👷 ci: split test-app into 3 shards 🔨 chore: split test-app shards and deprecate isOnboarded Apr 17, 2026
@codecov

codecov Bot commented Apr 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.78%. Comparing base (80ae553) to head (1708e0f).
⚠️ Report is 1 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff            @@
##           canary   #13938     +/-   ##
=========================================
  Coverage   66.78%   66.78%             
=========================================
  Files        2088     2088             
  Lines      177438   177438             
  Branches    21635    18252   -3383     
=========================================
  Hits       118502   118502             
  Misses      58812    58812             
  Partials      124      124             
Flag Coverage Δ
app 59.25% <ø> (ø)
database 92.42% <ø> (ø)
packages/agent-runtime 79.72% <ø> (ø)
packages/context-engine 83.22% <ø> (ø)
packages/conversation-flow 92.36% <ø> (ø)
packages/file-loaders 87.02% <ø> (ø)
packages/memory-user-memory 74.74% <ø> (ø)
packages/model-bank 99.86% <ø> (ø)
packages/model-runtime 84.21% <ø> (ø)
packages/prompts 69.08% <ø> (ø)
packages/python-interpreter 92.90% <ø> (ø)
packages/ssrf-safe-fetch 0.00% <ø> (ø)
packages/utils 90.34% <ø> (ø)
packages/web-crawler 88.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Store 66.28% <ø> (ø)
Services 51.95% <ø> (ø)
Server 66.91% <ø> (ø)
Libs 51.35% <ø> (ø)
Utils 80.19% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tjx666 tjx666 merged commit 4d7ca56 into canary Apr 17, 2026
33 of 34 checks passed
@tjx666 tjx666 deleted the perf/ci-speedup branch April 17, 2026 16:23
mrsimpson pushed a commit to mrsimpson/lobehub that referenced this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant