-
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
feat(theme): background color #537
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.33% | 40/924 |
🔴 | Branches | 3.49% | 9/258 |
🔴 | Functions | 2.11% | 5/237 |
🔴 | Lines | 4.39% | 38/866 |
Test suite run success
2 tests passing in 2 suites.
Report generated by 🧪jest coverage report action from 68321c0
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 52.47% (-0.38% 🔻) |
2315/4412 |
🔴 | Branches | 25.83% (-0.48% 🔻) |
421/1630 |
🔴 | Functions | 35.27% (+0.23% 🔼) |
444/1259 |
🔴 | Lines | 52.6% (-0.33% 🔻) |
2203/4188 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | utilities/dom.ts | 0% | 0% | 0% | 0% |
🟢 | ... / index.ts |
100% | 100% | 100% | 100% |
🟢 | ... / color-mode-select.tsx |
100% | 100% | 100% | 100% |
🔴 | utilities/object.ts | 0% | 0% | 0% | 0% |
🟡 | ... / color-picker.tsx |
62.5% | 100% | 62.5% | 62.5% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟡 | ... / theme-editor.tsx |
68.29% (-6.71% 🔻) |
28.57% (-54.76% 🔻) |
33.33% (-33.33% 🔻) |
70% (-7.14% 🔻) |
🔴 | ... / utilities.ts |
23.53% (+23.53% 🔼) |
0% (-100% 🔻) |
50% (+50% 🔼) |
25.53% (+25.53% 🔼) |
🟢 | ... / colors.tsx |
92.86% (-7.14% 🔻) |
75% (-25% 🔻) |
83.33% (-16.67% 🔻) |
100% |
Test suite run success
50 tests passing in 32 suites.
Report generated by 🧪jest coverage report action from 68321c0
Job #1138: Bundle Size — 2.74MiB (0%).Metrics (1 change)
Total size by type (no changes)
|
Test summaryRun details
View run in Cypress Dashboard ➡️ 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
New background theme
![image](https://user-images.githubusercontent.com/7880675/201466364-c712391f-d3ba-4055-9e8a-8c320d45bf10.png)
Primary color improvements
![image](https://user-images.githubusercontent.com/7880675/201466411-eb50dd45-3a58-4965-b72c-6bd68bc947c6.png)
Related Issue
Closes #523
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Checklist
fixes #number