-
Notifications
You must be signed in to change notification settings - Fork 33
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
[BREAKING] refactor: move to tRPC #549
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 8.66% (+4.33% 🔼) |
40/462 |
🔴 | Branches | 10.23% (+6.75% 🔼) |
9/88 |
🔴 | Functions | 4.07% (+1.96% 🔼) |
5/123 |
🔴 | Lines | 9.16% (+4.77% 🔼) |
38/415 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / [trpc].ts |
0% | 100% | 0% | 0% |
Test suite run success
2 tests passing in 2 suites.
Report generated by 🧪jest coverage report action from 755a681
Job #1181: Bundle Size — 2MiB (+1.03%).Metrics (9 changes)
Total size by type (3 changes)
|
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 52.75% (+0.04% 🔼) |
2341/4438 |
🔴 | Branches | 26.67% (+0.68% 🔼) |
431/1616 |
🔴 | Functions | 36.23% (+0.59% 🔼) |
455/1256 |
🔴 | Lines | 52.84% (-0.03% 🔻) |
2226/4213 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟢 | ... / trpc-client.ts |
100% | 100% | 100% | 100% |
🔴 | ... / use-register-device.ts |
23.08% | 0% | 0% | 23.08% |
🟢 | ... / index.tsx |
100% | 100% | 100% | 100% |
🟢 | ... / comment-forest.tsx |
82.35% | 42.86% | 75% | 84.85% |
🟢 | ... / use-comment-order-by.ts |
100% | 100% | 100% | 100% |
🔴 | ... / use-refetch-interval.ts |
16.67% | 100% | 0% | 16.67% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟡 | hooks/use-time.ts | 73.33% (-13.33% 🔻) |
40% (-20% 🔻) |
66.67% (-22.22% 🔻) |
76.92% (-15.38% 🔻) |
🔴 | ... / use-create-a-comment.ts |
20% (-3.53% 🔻) |
0% | 0% | 20% (-3.53% 🔻) |
🔴 | ... / use-delete-a-comment.ts |
20% (-5% 🔻) |
100% | 0% | 20% (-5% 🔻) |
🔴 | ... / use-toggle-a-like-action.ts |
15.15% (-3.37% 🔻) |
0% | 0% | 15.15% (-3.37% 🔻) |
🟢 | ... / like-action.tsx |
88% (-0.89% 🔻) |
50% (-7.14% 🔻) |
100% | 88% (-0.89% 🔻) |
🔴 | ... / utilities.ts |
8.11% (-0.51% 🔻) |
0% | 0% | 8.33% (-0.44% 🔻) |
🟡 | ... / index.tsx |
65.52% (-7.21% 🔻) |
45.45% (+20.45% 🔼) |
40% (-10% 🔻) |
65.52% (-9.48% 🔻) |
🟢 | ... / notification-hub.tsx |
95.83% (-4.17% 🔻) |
90% | 100% | 95.65% (-4.35% 🔻) |
🔴 | ... / use-force-update.ts |
16.67% (-50% 🔻) |
100% | 0% (-33.33% 🔻) |
20% (-60% 🔻) |
🔴 | ... / comment-widget-preview.tsx |
34.55% | 18.18% (-1.82% 🔻) |
25% | 35.85% |
🟢 | ... / confirm-user-fields.tsx |
80% (-0.49% 🔻) |
82.14% (+3.57% 🔼) |
100% | 82.05% (-0.45% 🔻) |
🟡 | ... / project-card.tsx |
77.55% (-5.78% 🔻) |
50% (+8.33% 🔼) |
71.43% | 77.55% (-5.78% 🔻) |
🔴 | ... / redirecting.tsx |
32% (-1.33% 🔻) |
0% | 0% | 32% (-1.33% 🔻) |
🟡 | ... / index.tsx |
60% (-6.67% 🔻) |
0% | 0% | 60% (-6.67% 🔻) |
Test suite run success
50 tests passing in 32 suites.
Report generated by 🧪jest coverage report action from 755a681
Test summaryRun details
View run in Cypress Dashboard ➡️ Failures
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Description
Related Issue
Closes #541
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Checklist
fixes #number