dynamic / foxystripe

FoxyStripe is a SilverStripe ecommerce module that integrates with FoxyCart.
http://foxystripe.org
BSD 3-Clause "New" or "Revised" License
8 stars 11 forks source link

Fixed member login bug #316

Closed mak001 closed 6 years ago

mak001 commented 6 years ago

Added docs Fixed some minor things

codecov[bot] commented 6 years ago

Codecov Report

Merging #316 into master will decrease coverage by 0.47%. The diff coverage is 30.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master   #316      +/-   ##
==========================================
- Coverage     32.48%    32%   -0.48%     
- Complexity      373    378       +5     
==========================================
  Files            25     25              
  Lines          1604   1612       +8     
==========================================
- Hits            521    516       -5     
- Misses         1083   1096      +13
Impacted Files Coverage Δ Complexity Δ
src/Model/FoxyStripeClient.php 63.06% <ø> (ø) 42 <0> (ø) :arrow_down:
src/Controller/ProductPageController.php 0% <ø> (ø) 4 <0> (ø) :arrow_down:
src/Model/Order.php 40% <ø> (ø) 28 <0> (ø) :arrow_down:
src/Controller/OrderHistoryPageController.php 0% <ø> (ø) 3 <0> (ø) :arrow_down:
src/ORM/FoxyStripePageExtension.php 0% <ø> (ø) 1 <0> (ø) :arrow_down:
src/Model/OrderDetail.php 100% <ø> (ø) 6 <0> (ø) :arrow_down:
src/Model/ProductCategory.php 89.81% <ø> (ø) 20 <0> (ø) :arrow_down:
src/Model/ProductImage.php 0% <ø> (ø) 5 <0> (ø) :arrow_down:
src/Controller/FoxyStripeController.php 0% <0%> (ø) 11 <0> (ø) :arrow_down:
src/Page/ProductPage.php 14% <0%> (-0.19%) 30 <0> (ø)
... 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 3a9e006...1a44c6f. Read the comment docs.