findologic / findologic-api

Library for sending requests to the Findologic API
MIT License
1 stars 3 forks source link

Add item update route #78

Closed TheKeymaster closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #78 (b51e17e) into develop (3c3a361) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head b51e17e differs from pull request most recent head 6426520. Consider uploading reports for the commit 6426520 to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##             develop       #78    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity       399       457    +58     
============================================
  Files             56        63     +7     
  Lines           1011      1151   +140     
============================================
+ Hits            1011      1151   +140     
Impacted Files Coverage Δ
src/Client.php 100.00% <100.00%> (ø)
src/Config.php 100.00% <100.00%> (ø)
src/Definitions/Definition.php 100.00% <100.00%> (ø)
src/Requests/AlivetestRequest.php 100.00% <100.00%> (ø)
src/Requests/Autocomplete/SuggestRequest.php 100.00% <100.00%> (ø)
src/Requests/Item/Changes/Change.php 100.00% <100.00%> (ø)
src/Requests/Item/Changes/PriceChange.php 100.00% <100.00%> (ø)
src/Requests/Item/Changes/VisibilityChange.php 100.00% <100.00%> (ø)
src/Requests/Item/Item.php 100.00% <100.00%> (ø)
src/Requests/Item/ItemUpdateRequest.php 100.00% <100.00%> (ø)
... and 5 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 3c3a361...6426520. Read the comment docs.