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

Switch to using zod for validation on voting API endpoints #1476

Merged
merged 8 commits into from
Mar 12, 2024

fix lint

fb79bac
Select commit
Loading
Failed to load commit list.
Merged

Switch to using zod for validation on voting API endpoints #1476

fix lint
fb79bac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2024 in 0s

55.9990% (target 50.0000%)

View this Pull Request on Codecov

55.9990% (target 50.0000%)

Details

Codecov Report

Attention: Patch coverage is 29.62963% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 55.9990%. Comparing base (ab5242f) to head (fb79bac).
Report is 1 commits behind head on master.

Files Patch % Lines
common/models/zod-schemas.ts 0.0000% 12 Missing and 1 partial ⚠️
server/api/room.ts 45.4545% 6 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##             master      #1476        +/-   ##
================================================
+ Coverage   55.9982%   55.9990%   +0.0008%     
================================================
  Files           162        162                
  Lines         24774      24779         +5     
  Branches       1423       1423                
================================================
+ Hits          13873      13876         +3     
- Misses        10847      10849         +2     
  Partials         54         54                

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