Skip to content
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

Improve state handling #95

Merged
merged 5 commits into from
Jan 14, 2025

Add router to SpeziProvider

d08c897
Select commit
Loading
Failed to load commit list.
Merged

Improve state handling #95

Add router to SpeziProvider
d08c897
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

0.89% (-0.01%) compared to fcff560

View this Pull Request on Codecov

0.89% (-0.01%) compared to fcff560

Details

Codecov Report

Attention: Patch coverage is 0% with 163 lines in your changes missing coverage. Please review.

Project coverage is 0.89%. Comparing base (fcff560) to head (d08c897).

Files with missing lines Patch % Lines
routes/~_dashboard/UpcomingAppointmentsCard.tsx 0.00% 34 Missing ⚠️
routes/~_dashboard.tsx 0.00% 15 Missing ⚠️
utils/useNavigateOrOpen/useNavigateOrOpen.ts 0.00% 14 Missing and 1 partial ⚠️
modules/notifications/NotificationsTable/index.tsx 0.00% 10 Missing ⚠️
routes/~_dashboard/YourPatientsCard.tsx 0.00% 10 Missing ⚠️
routes/~_dashboard/~notifications/~index.tsx 0.00% 9 Missing ⚠️
routes/~_dashboard/MenuLinks.tsx 0.00% 8 Missing ⚠️
routes/~_dashboard/NotificationsCard.tsx 0.00% 8 Missing ⚠️
routes/~_dashboard/~patients/Medications.tsx 0.00% 7 Missing ⚠️
...outes/~_dashboard/patients/$id/Notifications.tsx 0.00% 7 Missing ⚠️
... and 14 more
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##            main     #95      +/-   ##
========================================
- Coverage   0.91%   0.89%   -0.01%     
========================================
  Files         73      75       +2     
  Lines       3638    3711      +73     
  Branches      82      84       +2     
========================================
  Hits          33      33              
- Misses      3536    3607      +71     
- Partials      69      71       +2     
Files with missing lines Coverage Δ
routes/~_dashboard/patients/$id/~index.tsx 0.00% <0.00%> (ø)
routes/~_dashboard/~patients/~invite.tsx 0.00% <0.00%> (ø)
routes/~_dashboard/users/$id.tsx 0.00% <0.00%> (ø)
routes/~_dashboard/~users/~invite.tsx 0.00% <0.00%> (ø)
main.tsx 0.00% <0.00%> (ø)
utils/useNavigateOrOpen/index.ts 0.00% <0.00%> (ø)
routes/~_dashboard/~patients/PatientsTable.tsx 0.00% <0.00%> (ø)
routes/~__root.tsx 0.00% <0.00%> (ø)
routes/~_dashboard/~patients/PatientForm.tsx 0.00% <0.00%> (ø)
routes/~_dashboard/patients/$id/AllergyForm.tsx 0.00% <0.00%> (ø)
... and 14 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcff560...d08c897. Read the comment docs.