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 surfacing support #25

Merged
merged 9 commits into from
Jan 6, 2025

Add more Async tests

08064c6
Select commit
Loading
Failed to load commit list.
Merged

Improve state surfacing support #25

Add more Async tests
08064c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

81.13% (-0.08%) compared to 4282aee

View this Pull Request on Codecov

81.13% (-0.08%) compared to 4282aee

Details

Codecov Report

Attention: Patch coverage is 85.40373% with 47 lines in your changes missing coverage. Please review.

Project coverage is 81.13%. Comparing base (4282aee) to head (08064c6).

Files with missing lines Patch % Lines
src/utils/dev/dev.ts 6.25% 15 Missing ⚠️
src/modules/auth/SignInForm/SignInForm.tsx 47.62% 11 Missing ⚠️
src/index.ts 0.00% 8 Missing ⚠️
src/components/DataTable/DataTableTableView.tsx 88.38% 5 Missing ⚠️
src/components/Async/Async.tsx 95.00% 2 Missing ⚠️
src/forms/useForm/useForm.ts 83.34% 2 Missing ⚠️
src/utils/dev/index.ts 0.00% 1 Missing and 1 partial ⚠️
...SignInForm/EmailPasswordForm/EmailPasswordForm.tsx 88.89% 1 Missing ⚠️
src/molecules/DashboardLayout/DashboardLayout.tsx 95.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   81.21%   81.13%   -0.08%     
==========================================
  Files         125      139      +14     
  Lines        2437     2638     +201     
  Branches      278      316      +38     
==========================================
+ Hits         1979     2140     +161     
- Misses        437      477      +40     
  Partials       21       21              
Files with missing lines Coverage Δ
src/components/Async/Async.utils.ts 100.00% <100.00%> (ø)
src/components/Async/index.tsx 100.00% <100.00%> (ø)
src/components/Badge/Badge.tsx 100.00% <100.00%> (ø)
src/components/Badge/index.tsx 100.00% <100.00%> (ø)
src/components/DataTable/DataTable.mocks.ts 100.00% <100.00%> (ø)
src/components/DataTable/DataTable.tsx 100.00% <100.00%> (ø)
src/components/DataTable/index.tsx 100.00% <ø> (ø)
src/components/EmptyState/EmptyState.tsx 100.00% <100.00%> (ø)
src/components/ErrorState/ErrorState.tsx 100.00% <100.00%> (ø)
src/components/ErrorState/index.tsx 100.00% <100.00%> (ø)
... and 19 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 4282aee...08064c6. Read the comment docs.