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

Add initial forms components #299

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

refactor(radio button): simplify targeting selected labels

0e020cb
Select commit
Loading
Failed to load commit list.
Open

Add initial forms components #299

refactor(radio button): simplify targeting selected labels
0e020cb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 6, 2024 in 0s

11.45% (+10.59%) compared to 0af8cb5

View this Pull Request on Codecov

11.45% (+10.59%) compared to 0af8cb5

Details

Codecov Report

Attention: Patch coverage is 12.33766% with 135 lines in your changes missing coverage. Please review.

Project coverage is 11.45%. Comparing base (0af8cb5) to head (0e020cb).
Report is 66 commits behind head on develop.

Files with missing lines Patch % Lines
src/lib/components/forms/picture-input.svelte 16.98% 43 Missing and 1 partial ⚠️
src/lib/components/forms/files-input.svelte 0.00% 30 Missing and 1 partial ⚠️
src/lib/components/forms/radio-buttons.svelte 34.48% 18 Missing and 1 partial ⚠️
src/lib/components/forms/picture-input.stories.ts 0.00% 17 Missing and 1 partial ⚠️
src/lib/components/forms/radio-buttons.stories.ts 0.00% 17 Missing and 1 partial ⚠️
src/lib/components/icons/icons.ts 0.00% 3 Missing ⚠️
src/lib/components/forms/label-input.stories.ts 0.00% 1 Missing ⚠️
src/routes/(app)/contacts/+page.svelte 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #299       +/-   ##
============================================
+ Coverage     0.86%   11.45%   +10.59%     
============================================
  Files           51       64       +13     
  Lines         1857     2409      +552     
  Branches        53      143       +90     
============================================
+ Hits            16      276      +260     
- Misses        1792     2075      +283     
- Partials        49       58        +9     

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