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

Logging skip non existing products filter #17

Closed AydinHassan closed 4 years ago

AydinHassan commented 4 years ago

Add a filter which composes a skip existing products filter and logs any missing products.

codecov-commenter commented 4 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #17      +/-   ##
============================================
+ Coverage     62.42%   62.58%   +0.15%     
- Complexity      469      472       +3     
============================================
  Files            73       74       +1     
  Lines          1879     1887       +8     
============================================
+ Hits           1173     1181       +8     
  Misses          706      706              
Impacted Files Coverage Δ Complexity Δ
src/Filter/LoggingSkipNonExistingProducts.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)

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 259e507...e34c6c4. Read the comment docs.