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

e-mail notifications #2

Closed AydinHassan closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #2 into master will decrease coverage by 55.75%. The diff coverage is 3.9%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #2       +/-   ##
===========================================
- Coverage     61.05%   5.3%   -55.76%     
- Complexity      342    391       +49     
===========================================
  Files            54     57        +3     
  Lines          1253   1490      +237     
===========================================
- Hits            765     79      -686     
- Misses          488   1411      +923
Impacted Files Coverage Δ Complexity Δ
src/Report/Handler/EmailHandler.php 0% <0%> (ø) 20 <20> (?)
src/Config.php 0% <0%> (-100%) 9 <1> (+1)
src/Report/Handler/FilterHandler.php 0% <0%> (ø) 8 <8> (?)
src/Report/ReportFactory.php 0% <0%> (-100%) 6 <6> (+2)
src/Import/Importer.php 0% <0%> (-93.19%) 29 <0> (ø)
src/Report/Handler/BufferHandler.php 0% <0%> (ø) 4 <4> (?)
src/Config/Converter.php 77.5% <50%> (-22.5%) 5 <1> (+1)
src/Report/ReportItem.php 0% <0%> (-100%) 11% <0%> (ø)
src/Transformer/ProductTypeTransformer.php 0% <0%> (-100%) 7% <0%> (+3%)
src/Progress/NullProgress.php 0% <0%> (-100%) 3% <0%> (ø)
... and 41 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 eec6aa4...9bd45f8. Read the comment docs.

codecov-io commented 7 years ago

Codecov Report

Merging #2 into master will increase coverage by 3.7%. The diff coverage is 97.24%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master       #2     +/-   ##
===========================================
+ Coverage     57.69%   61.39%   +3.7%     
- Complexity      356      381     +25     
===========================================
  Files            55       58      +3     
  Lines          1326     1443    +117     
===========================================
+ Hits            765      886    +121     
+ Misses          561      557      -4
Impacted Files Coverage Δ Complexity Δ
src/Command/ViewLogsCommand.php 0% <0%> (ø) 12 <0> (-2) :arrow_down:
src/Config.php 100% <100%> (ø) 9 <1> (+1) :arrow_up:
src/functions.php 100% <100%> (ø) 0 <0> (?)
src/Ui/Component/Listing/Column/Memory.php 88.88% <100%> (-4.87%) 5 <0> (-2)
src/Report/ReportFactory.php 100% <100%> (ø) 6 <6> (+2) :arrow_up:
src/Import/Importer.php 93.18% <100%> (ø) 29 <0> (ø) :arrow_down:
src/Config/Converter.php 100% <100%> (ø) 5 <1> (+1) :arrow_up:
src/Report/Handler/FilterHandler.php 94.11% <94.11%> (ø) 8 <8> (?)
src/Report/Handler/EmailHandler.php 97.84% <97.84%> (ø) 17 <17> (?)
... and 3 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 eec6aa4...dc2cd5a. Read the comment docs.