slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 48 forks source link

Guzzle 7.0.1 support for Laravel 8 #86

Closed ramoneg closed 3 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #86 into master will increase coverage by 0.22%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
+ Coverage     87.69%   87.92%   +0.22%     
  Complexity     1391     1391              
============================================
  Files           101      101              
  Lines          3398     3412      +14     
============================================
+ Hits           2980     3000      +20     
+ Misses          418      412       -6     
Impacted Files Coverage Δ Complexity Δ
src/Manager/Blog/Blog.php 100.00% <0.00%> (ø) 18.00% <0.00%> (ø%)
src/Manager/Page/Page.php 100.00% <0.00%> (ø) 18.00% <0.00%> (ø%)
src/Manager/Order/Order.php 100.00% <0.00%> (ø) 124.00% <0.00%> (ø%)
src/Manager/Theme/Theme.php 100.00% <0.00%> (ø) 14.00% <0.00%> (ø%)
src/Manager/Refund/Refund.php 100.00% <0.00%> (ø) 16.00% <0.00%> (ø%)
src/Manager/Article/Article.php 100.00% <0.00%> (ø) 24.00% <0.00%> (ø%)
src/Manager/Product/Product.php 100.00% <0.00%> (ø) 30.00% <0.00%> (ø%)
src/Manager/Customer/Customer.php 100.00% <0.00%> (ø) 38.00% <0.00%> (ø%)
src/Manager/Location/Location.php 100.00% <0.00%> (ø) 28.00% <0.00%> (ø%)
src/Manager/ProductImage/Image.php 100.00% <0.00%> (ø) 18.00% <0.00%> (ø%)
... and 11 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 fab750f...43906e8. Read the comment docs.

slince commented 3 years ago

v2.5.2 is released; thanks