digital-craftsman-de / ids

Id handling with value objects in Symfony
MIT License
5 stars 6 forks source link

Add performance improvements for large id lists #36

Closed christian-kolb closed 1 year ago

christian-kolb commented 1 year ago

Changes

codecov[bot] commented 1 year ago

Codecov Report

Merging #36 (af2bbb9) into main (4f8fa34) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                main       #36    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity       128       209    +81     
============================================
  Files              6         7     +1     
  Lines            259       423   +164     
============================================
+ Hits             259       423   +164     
Impacted Files Coverage Δ
src/Serializer/IdNormalizer.php 100.00% <ø> (ø)
src/ValueObject/Id.php 100.00% <ø> (ø)
src/Doctrine/IdListType.php 100.00% <100.00%> (ø)
src/Serializer/IdListNormalizer.php 100.00% <100.00%> (ø)
src/ValueObject/IdList.php 100.00% <100.00%> (ø)
src/ValueObject/OrderedIdList.php 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.