Skip to content
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

refactor: replace drizzle count with $count #2471

Merged
merged 1 commit into from
Mar 2, 2025
Merged

Conversation

Meierschlumpf
Copy link
Member


Homarr

Thank you for your contribution. Please ensure that your pull request meets the following pull request:

  • Builds without warnings or errors (pnpm build, autofix with pnpm format:fix)
  • Pull request targets dev branch
  • Commits follow the conventional commits guideline
  • No shorthand variable names are used (eg. x, y, i or any abbrevation)

Closes #1263

@Meierschlumpf Meierschlumpf self-assigned this Mar 2, 2025
@Meierschlumpf Meierschlumpf requested a review from a team as a code owner March 2, 2025 09:25
Copy link

deepsource-io bot commented Mar 2, 2025

Here's the code health analysis summary for commits e1d69f9..d82addb. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

github-actions bot commented Mar 2, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 23.06% 9675 / 41954
🔵 Statements 23.06% 9675 / 41954
🔵 Functions 29.51% 399 / 1352
🔵 Branches 65.24% 1162 / 1781
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/analytics/src/send-server-analytics.ts 7.69% 100% 0% 7.69% 14-33, 36-49, 52-65, 68-91
packages/api/src/router/group.ts 70.55% 94.44% 100% 70.55% 17-37, 128-150, 161-168, 174-190, 230-238, 244-261, 314-318, 356-360
packages/api/src/router/home.ts 28.57% 100% 0% 28.57% 11-21, 26-31
packages/api/src/router/icons.ts 20.83% 100% 100% 20.83% 9-28
packages/api/src/router/search-engine/search-engine-router.ts 22.59% 100% 100% 22.59% 15-27, 32-41, 45-68, 71-116, 119-131, 137-138, 144-145, 151-160, 166-187, 193-199
Generated in workflow #5348 for commit d82addb by the Vitest Coverage Report Action

@Meierschlumpf Meierschlumpf merged commit d66610b into dev Mar 2, 2025
13 checks passed
@Meierschlumpf Meierschlumpf deleted the refactor-db-count branch March 2, 2025 09:54
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.

refactor: Replace drizzle count usages with db.$count
2 participants