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

Enum support for ArrayHelper::toArray() #20065

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Merge branch 'master' into patch-3

6157305
Select commit
Loading
Failed to load commit list.
Open

Enum support for ArrayHelper::toArray() #20065

Merge branch 'master' into patch-3
6157305
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2024 in 0s

64.82% (-0.01%) compared to bf3ada1, passed because coverage increased by +0.00% when compared to adjusted base (64.82%)

View this Pull Request on Codecov

64.82% (-0.01%) compared to bf3ada1, passed because coverage increased by +0.00% when compared to adjusted base (64.82%)

Details

Codecov Report

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

Project coverage is 64.82%. Comparing base (bf3ada1) to head (6157305).

Files Patch % Lines
framework/helpers/BaseArrayHelper.php 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #20065      +/-   ##
============================================
- Coverage     64.82%   64.82%   -0.01%     
- Complexity    11378    11379       +1     
============================================
  Files           429      429              
  Lines         37077    37079       +2     
============================================
+ Hits          24037    24038       +1     
- Misses        13040    13041       +1     

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