-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(comment-preview): can't post a comment and don't query notification messages if user doesn't signin #553
Conversation
…on messages if user doesn't signin
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 8.73% | 40/458 |
🔴 | Branches | 10.23% | 9/88 |
🔴 | Functions | 4.1% | 5/122 |
🔴 | Lines | 9.25% | 38/411 |
Test suite run success
2 tests passing in 2 suites.
Report generated by 🧪jest coverage report action from 7426e22
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 52.85% (+0.13% 🔼) |
2373/4490 |
🔴 | Branches | 26.89% (-0.1% 🔻) |
441/1640 |
🔴 | Functions | 36.41% (+0.21% 🔼) |
461/1266 |
🔴 | Lines | 52.95% (+0.14% 🔼) |
2256/4261 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟡 | ... / create-project-button.tsx |
78.57% | 36.36% | 100% | 78.57% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟢 | ... / user.ts |
85.71% (-14.29% 🔻) |
100% | 66.67% (-33.33% 🔻) |
100% |
🟡 | ... / index.tsx |
64.29% (-1.23% 🔻) |
57.14% (+3.3% 🔼) |
40% | 64.29% (-1.23% 🔻) |
🟢 | ... / notification-hub.tsx |
92.31% (+3.85% 🔼) |
84.62% (-6.29% 🔻) |
100% | 92% (+4% 🔼) |
🔴 | ... / comment-widget-preview.tsx |
34.55% | 10% (-8.18% 🔻) |
25% | 35.85% |
Test suite run success
50 tests passing in 32 suites.
Report generated by 🧪jest coverage report action from 7426e22
Job #1209: Bundle Size — 2.02MiB (0%).Metrics (1 change)
Total size by type (no changes)
|
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
Fixes a dozen of issues:
Added a new feature:
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Checklist
fixes #number