WeareJH / m2-module-import

Import module for Magento 2 - provides commands, utilities and abstractions for building imports for Magento 2 projects
MIT License
19 stars 8 forks source link

Emails #25

Closed AydinHassan closed 4 years ago

AydinHassan commented 4 years ago

Introduce email handling/rendering strategies

codecov-commenter commented 4 years ago

Codecov Report

Merging #25 into master will increase coverage by 5.76%. The diff coverage is 88.17%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #25      +/-   ##
============================================
+ Coverage     62.20%   67.97%   +5.76%     
- Complexity      503      523      +20     
============================================
  Files            79       84       +5     
  Lines          2056     2145      +89     
============================================
+ Hits           1279     1458     +179     
+ Misses          777      687      -90     
Impacted Files Coverage Δ Complexity Δ
src/Report/Handler/DatabaseHandler.php 0.00% <0.00%> (ø) 5.00 <4.00> (ø)
src/functions.php 100.00% <ø> (ø) 0.00 <0.00> (ø)
src/Report/Handler/ConsoleHandler.php 68.75% <40.00%> (ø) 8.00 <6.00> (ø)
...c/Report/Handler/Email/Strategy/FingersCrossed.php 81.25% <81.25%> (ø) 6.00 <6.00> (?)
...eport/Handler/Email/Strategy/FingersCrossedMax.php 83.33% <83.33%> (ø) 6.00 <6.00> (?)
...t/Handler/Email/Strategy/AboveLevelWithContext.php 90.32% <90.32%> (ø) 6.00 <6.00> (?)
src/Report/Handler/CollectingHandler.php 100.00% <100.00%> (ø) 4.00 <4.00> (ø)
src/Report/Handler/Email/Renderer.php 100.00% <100.00%> (ø) 5.00 <5.00> (?)
src/Report/Handler/Email/Strategy/All.php 100.00% <100.00%> (ø) 5.00 <5.00> (?)
src/Report/Handler/EmailHandler.php 100.00% <100.00%> (+100.00%) 9.00 <8.00> (-8.00) :arrow_up:
... and 7 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 063e6f4...8a63ce2. Read the comment docs.