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 basic support for Multiple Choice and Image Choice fields #1573

Merged
merged 1 commit into from
Sep 5, 2024

Add basic support for Multiple Choice and Image Choice fields

50e1283
Select commit
Loading
Failed to load commit list.
Merged

Add basic support for Multiple Choice and Image Choice fields #1573

Add basic support for Multiple Choice and Image Choice fields
50e1283
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 5, 2024 in 0s

77.82% (-0.01%) compared to 82b1202

View this Pull Request on Codecov

77.82% (-0.01%) compared to 82b1202

Details

Codecov Report

Attention: Patch coverage is 88.31169% with 9 lines in your changes missing coverage. Please review.

Project coverage is 77.82%. Comparing base (82b1202) to head (50e1283).
Report is 1 commits behind head on development.

Files with missing lines Patch % Lines
src/Helper/Fields/Field_Image_Choice.php 87.87% 4 Missing ⚠️
src/Helper/Helper_Abstract_Fields_Input_Type.php 89.28% 3 Missing ⚠️
src/Helper/Fields/Field_Multi_Choice.php 50.00% 1 Missing ⚠️
src/Helper/Fields/Field_Survey.php 66.66% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           development    #1573      +/-   ##
===============================================
- Coverage        77.82%   77.82%   -0.01%     
===============================================
  Files              252      255       +3     
  Lines            13923    13896      -27     
  Branches           370      370              
===============================================
- Hits             10836    10814      -22     
+ Misses            3079     3074       -5     
  Partials             8        8              

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