slince / shopify-api-php

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

Add PriceRule and DiscountCode managers #11

Closed maximzasorin closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will increase coverage by 0.52%. The diff coverage is 98.75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #11      +/-   ##
============================================
+ Coverage     89.59%   90.11%   +0.52%     
- Complexity     1078     1144      +66     
============================================
  Files            81       85       +4     
  Lines          2671     2832     +161     
============================================
+ Hits           2393     2552     +159     
- Misses          278      280       +2
Impacted Files Coverage Δ Complexity Δ
src/Client.php 95.31% <ø> (ø) 22 <0> (ø) :arrow_down:
src/Manager/PriceRule/PriceRule.php 100% <100%> (ø) 50 <50> (?)
src/Manager/DiscountCode/DiscountCode.php 100% <100%> (ø) 8 <8> (?)
src/Manager/DiscountCode/DiscountCodeManager.php 100% <100%> (ø) 4 <4> (?)
src/Manager/PriceRule/PriceRuleManager.php 75% <75%> (ø) 4 <4> (?)

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 0db4905...b8690ee. Read the comment docs.

slince commented 6 years ago

nice