discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.44k stars 3.97k forks source link

feat: implement zod-validation-error #10534

Closed didinele closed 1 month ago

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **discord-js** | ⬜️ Ignored ([Inspect](https://vercel.com/discordjs/discord-js/5ATSctYhH232xUJjkhSTzcVJbhRW)) | [Visit Preview](https://discord-js-git-feat-probably-better-zod-errors-discordjs.vercel.app) | | Oct 6, 2024 2:40pm | | **discord-js-guide** | ⬜️ Ignored ([Inspect](https://vercel.com/discordjs/discord-js-guide/C2j2DVoBmud79wfhm3hEGDT6DEcK)) | [Visit Preview](https://discord-js-guide-git-feat-probably-better-zod-errors-discordjs.vercel.app) | | Oct 6, 2024 2:40pm |
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 91.52542% with 5 lines in your changes missing coverage. Please review.

Project coverage is 38.03%. Comparing base (24128a3) to head (1e16575). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ers/src/components/selectMenu/ChannelSelectMenu.ts 50.00% 1 Missing :warning:
...src/components/selectMenu/MentionableSelectMenu.ts 50.00% 1 Missing :warning:
...ilders/src/components/selectMenu/RoleSelectMenu.ts 50.00% 1 Missing :warning:
...ilders/src/components/selectMenu/UserSelectMenu.ts 50.00% 1 Missing :warning:
...c/interactions/commands/contextMenu/UserCommand.ts 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10534 +/- ## ========================================== + Coverage 38.00% 38.03% +0.02% ========================================== Files 239 239 Lines 15488 15464 -24 Branches 1367 1353 -14 ========================================== - Hits 5886 5881 -5 + Misses 9587 9568 -19 Partials 15 15 ``` | [Flag](https://app.codecov.io/gh/discordjs/discord.js/pull/10534/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=discordjs) | Coverage Δ | | |---|---|---| | [formatters](https://app.codecov.io/gh/discordjs/discord.js/pull/10534/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=discordjs) | `97.47% <ø> (ø)` | | | [voice](https://app.codecov.io/gh/discordjs/discord.js/pull/10534/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=discordjs) | `72.23% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=discordjs#carryforward-flags-in-the-pull-request-comment) to find out more.

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