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
8.7k stars 1.67k forks source link

refactor: create AddGuestbookForm and add new onValid props for GuestbookForm #275

Closed ixartz closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 5.48%. Comparing base (250fb06) to head (cdab092).

Files Patch % Lines
src/components/AddGuestbookForm.tsx 0.00% 4 Missing :warning:
src/components/EditableGuestbookEntry.tsx 0.00% 3 Missing :warning:
src/components/GuestbookForm.tsx 0.00% 3 Missing :warning:
src/app/[locale]/(unauth)/guestbook/page.tsx 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #275 +/- ## ======================================== - Coverage 5.50% 5.48% -0.02% ======================================== Files 37 38 +1 Lines 309 310 +1 Branches 23 21 -2 ======================================== Hits 17 17 - Misses 282 283 +1 Partials 10 10 ```

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

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 3.47.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: