ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨
https://nextjs-boilerplate.com
MIT License
9.23k stars 1.77k forks source link

feat: add hono in Route Handler for typesafety [test] #238

Closed ixartz closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (8718a74) 6.45% compared to head (589ec12) 6.02%.

Files Patch % Lines
...rc/app/[locale]/(unauth)/api/[[...route]]/route.ts 0.00% 10 Missing :warning:
src/app/[locale]/(unauth)/hono/page.tsx 0.00% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #238 +/- ## ======================================== - Coverage 6.45% 6.02% -0.44% ======================================== Files 32 34 +2 Lines 279 299 +20 Branches 19 19 ======================================== Hits 18 18 - Misses 253 273 +20 Partials 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.