orm icon indicating copy to clipboard operation
orm copied to clipboard

PoC: Multiple with support via alias

Open roxblnfk opened this issue 1 year ago • 2 comments

🔍 What was changed

Added key alias for Select::with() options.

[!NOTE] There is PoC. Tests required

📝 Checklist

  • Closes #482
  • How was this tested:
    • [ ] Tested manually
    • [ ] Unit tests added

📃 Documentation

roxblnfk avatar May 20 '24 16:05 roxblnfk

@gam6itko could you add test cases?

roxblnfk avatar May 20 '24 16:05 roxblnfk

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.52%. Comparing base (0677d29) to head (f3492f9).

Additional details and impacted files
@@            Coverage Diff            @@
##                2.x     #483   +/-   ##
=========================================
  Coverage     91.52%   91.52%           
  Complexity     1817     1817           
=========================================
  Files           115      115           
  Lines          4613     4615    +2     
=========================================
+ Hits           4222     4224    +2     
  Misses          391      391           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 20 '24 16:05 codecov[bot]

image

CI fail related with bug introduced in PHP 8.3.8 https://github.com/php/php-src/issues/14480

Based on the previous successful CI run I'm merging the PR.

roxblnfk avatar Jun 05 '24 13:06 roxblnfk