Open nicholaschiang opened 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
π Inspect: https://vercel.com/tutorbook/tutorbook/3xsKQTUpa3hR23zjk4yUHyhq91zG
β
Preview: https://tutorbook-git-lint-tutorbook.vercel.app
/[org]/users/[id]/edit | /[org]/users/[id]/hours |
---|---|
(view full size) |
(view full size) |
/[org]/users/[id] | /[org]/users/[id]/vet |
---|---|
(view full size) |
(view full size) |
/[org]/users |
---|
(view full size) |
And 2 other routes:
Commit 0ed051025f69ba03cb151ab573aba6eebb441760 (https://tutorbook-j6ukp486d-tutorbook.vercel.app).
Merging #262 (0ed0510) into develop (86cf428) will decrease coverage by
4.26%
. The diff coverage is33.33%
.
@@ Coverage Diff @@
## develop #262 +/- ##
===========================================
- Coverage 70.44% 66.17% -4.27%
===========================================
Files 218 218
Lines 4568 4568
Branches 1244 1244
===========================================
- Hits 3218 3023 -195
- Misses 1350 1545 +195
Impacted Files | Coverage Ξ | |
---|---|---|
components/analytics/graph.tsx | 0.00% <ΓΈ> (ΓΈ) |
|
components/button/index.tsx | 87.50% <ΓΈ> (ΓΈ) |
|
components/calendar/meetings/item.tsx | 0.00% <0.00%> (ΓΈ) |
|
components/calendar/state.ts | 33.33% <0.00%> (ΓΈ) |
|
components/home/index.tsx | 100.00% <ΓΈ> (ΓΈ) |
|
components/login/index.tsx | 97.72% <ΓΈ> (ΓΈ) |
|
components/navigation/pop-over.tsx | 67.64% <ΓΈ> (ΓΈ) |
|
components/notification/index.tsx | 100.00% <ΓΈ> (ΓΈ) |
|
components/settings/context.ts | 75.00% <0.00%> (ΓΈ) |
|
components/settings/home.tsx | 36.84% <ΓΈ> (ΓΈ) |
|
... and 35 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update 86cf428...0ed0510. Read the comment docs.
Project | tutorbook |
Status | Failed |
Commit | 0ed051025f |
Started | Oct 25, 2021 10:20 PM |
Ended | Oct 25, 2021 10:37 PM |
Duration | 17:36 π‘ |
OS | Linux Ubuntu - 20.04 |
Browser | Chrome 94 |
View run in Cypress Dashboard β‘οΈ
users/id/index.spec.ts | 2 | ||
---|---|---|---|
1 | User display page > collects profiles before booking meetings | ||
2 | User display page > lets parents book meetings for their kids | ||
users/index.spec.ts | 2 | ||
1 | Users page > falls back to invisible textarea copy-paste | ||
2 | Users page > copies org links and filters users | ||
settings/index.spec.ts | 1 | ||
1 | Org settings page > displays and updates org settings |
cypress/tests/org/search.spec.ts | 2 | ||
---|---|---|---|
1 | Search page > partitions search results by org | ||
2 | Search page > filters users by subjects, langs, and name |
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
Fixes TB-139