commercetools / commercetools-php-sdk

The e-commerce SDK from commercetools for PHP.
https://docs.commercetools.com/sdk/php-sdk#php-sdk-v1
MIT License
43 stars 22 forks source link

add missing update action #716

Closed barbara79 closed 2 years ago

barbara79 commented 2 years ago
  1. code and add tests that cover the created code. Your code should be warning-free.
    • [ ] tests existing
  2. stick to PSR-2 and and don't reformat existing code.
    • [ ] code style check succesful
codecov-commenter commented 2 years ago

Codecov Report

Merging #716 (2283fca) into main (bf4d5a0) will increase coverage by 9.67%. The diff coverage is 83.33%.

@@             Coverage Diff              @@
##               main     #716      +/-   ##
============================================
+ Coverage     73.72%   83.40%   +9.67%     
- Complexity     5473     5477       +4     
============================================
  Files          1264     1265       +1     
  Lines         16044    16056      +12     
============================================
+ Hits          11828    13391    +1563     
+ Misses         4216     2665    -1551     
Impacted Files Coverage Δ
...ores/Command/StoreChangeProductSelectionAction.php 77.77% <77.77%> (ø)
src/Core/Builder/Update/StoresActionBuilder.php 86.44% <100.00%> (+0.72%) :arrow_up:
src/Core/Model/Common/Attribute.php 85.10% <0.00%> (+0.53%) :arrow_up:
src/Core/Model/Common/Collection.php 98.38% <0.00%> (+0.80%) :arrow_up:
src/Core/Model/CustomField/FieldContainer.php 92.94% <0.00%> (+1.17%) :arrow_up:
src/Core/Client.php 82.31% <0.00%> (+2.43%) :arrow_up:
src/Core/Request/AbstractUpdateRequest.php 96.55% <0.00%> (+3.44%) :arrow_up:
...ds/ShippingMethodByMatchingOrderEditGetRequest.php 100.00% <0.00%> (+4.00%) :arrow_up:
...ods/ShippingMethodByMatchingLocationGetRequest.php 100.00% <0.00%> (+4.16%) :arrow_up:
...Core/Request/Orders/OrderCreateFromCartRequest.php 89.70% <0.00%> (+4.41%) :arrow_up:
... and 291 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf4d5a0...2283fca. Read the comment docs.