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

Simplify data entry forms #964

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

changed reset to proceed due to abort control using navigate

ea54168
Select commit
Loading
Failed to load commit list.
Open

Simplify data entry forms #964

changed reset to proceed due to abort control using navigate
ea54168
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 6, 2025 in 1s

92.87% (+0.81%) compared to b819a8c

View this Pull Request on Codecov

92.87% (+0.81%) compared to b819a8c

Details

Codecov Report

Attention: Patch coverage is 95.42816% with 63 lines in your changes missing coverage. Please review.

Project coverage is 92.87%. Comparing base (b819a8c) to head (ea54168).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
.../component/form/data_entry/DataEntryNavigation.tsx 85.27% 19 Missing ⚠️
.../form/data_entry/state/useInitialDataEntryState.ts 79.01% 17 Missing ⚠️
...end/app/component/form/data_entry/state/actions.ts 90.47% 10 Missing ⚠️
...m/data_entry/candidates_votes/useCandidateVotes.ts 92.94% 6 Missing ⚠️
...end/app/component/form/data_entry/state/reducer.ts 97.76% 3 Missing ⚠️
...ata_entry/candidates_votes/CandidatesVotesForm.tsx 96.66% 2 Missing ⚠️
...onent/form/data_entry/state/useDataEntryContext.ts 87.50% 2 Missing ⚠️
frontend/lib/util/format.ts 87.50% 2 Missing ⚠️
.../component/form/data_entry/state/dataEntryUtils.ts 96.00% 1 Missing ⚠️
...nt/form/data_entry/state/useDataEntryNavigation.ts 97.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #964      +/-   ##
==========================================
+ Coverage   92.06%   92.87%   +0.81%     
==========================================
  Files         281      291      +10     
  Lines       17123    17586     +463     
  Branches     1503     1541      +38     
==========================================
+ Hits        15764    16333     +569     
+ Misses       1256     1141     -115     
- Partials      103      112       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.