Skip to content

feat: implement structures in mainlib #10983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

refactor: createStructure in managers

e90deb7
Select commit
Loading
Failed to load commit list.
Draft

feat: implement structures in mainlib #10983

refactor: createStructure in managers
e90deb7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 20, 2025 in 0s

44.35% (-0.89%) compared to 3cff4d7

View this Pull Request on Codecov

44.35% (-0.89%) compared to 3cff4d7

Details

Codecov Report

Attention: Patch coverage is 1.13636% with 348 lines in your changes missing coverage. Please review.

Project coverage is 44.35%. Comparing base (3cff4d7) to head (e90deb7).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
packages/next/src/managers/ChannelManager.ts 0.00% 53 Missing ⚠️
packages/next/src/Client.ts 0.00% 42 Missing ⚠️
packages/next/src/managers/CachedManager.ts 4.16% 23 Missing ⚠️
...s/next/src/structures/AnnouncementThreadChannel.ts 0.00% 19 Missing ⚠️
packages/next/src/structures/ForumChannel.ts 0.00% 19 Missing ⚠️
...ackages/next/src/structures/PublicThreadChannel.ts 0.00% 19 Missing ⚠️
...ackages/next/src/structures/AnnouncementChannel.ts 0.00% 18 Missing ⚠️
...ckages/next/src/structures/PrivateThreadChannel.ts 0.00% 18 Missing ⚠️
packages/next/src/structures/TextChannel.ts 0.00% 18 Missing ⚠️
packages/next/src/structures/StageChannel.ts 0.00% 17 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10983      +/-   ##
==========================================
- Coverage   45.23%   44.35%   -0.89%     
==========================================
  Files         307      327      +20     
  Lines       17189    17541     +352     
  Branches     1747     1763      +16     
==========================================
+ Hits         7776     7780       +4     
- Misses       9400     9748     +348     
  Partials       13       13              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.