Closed jsirish closed 6 years ago
Merging #312 into master will decrease coverage by
1.21%
. The diff coverage is30.43%
.
@@ Coverage Diff @@
## master #312 +/- ##
===========================================
- Coverage 33.42% 32.2% -1.22%
- Complexity 339 367 +28
===========================================
Files 24 25 +1
Lines 1484 1593 +109
===========================================
+ Hits 496 513 +17
- Misses 988 1080 +92
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Admin/OrderAdmin.php | 0% <ø> (ø) |
1 <0> (ø) |
:arrow_down: |
src/Form/FoxyStripePurchaseForm.php | 0% <0%> (ø) |
28 <0> (ø) |
:arrow_down: |
src/Admin/FoxyStripeAdmin.php | 0% <0%> (ø) |
15 <15> (?) |
|
src/Model/FoxyStripeClient.php | 60.57% <100%> (ø) |
37 <0> (ø) |
:arrow_down: |
src/Page/ProductPage.php | 15.54% <50%> (ø) |
30 <0> (ø) |
:arrow_down: |
src/Page/ProductHolder.php | 13.04% <50%> (ø) |
14 <0> (ø) |
:arrow_down: |
src/Model/FoxyStripeSetting.php | 84.23% <52.23%> (ø) |
30 <16> (?) |
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 2460d86...bf64958. Read the comment docs.
new
FoxyStripeSetting
model to store FoxyCart settings.Removed
FoxyStripeSiteConfig
class.