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

Commands #14

Closed AydinHassan closed 4 years ago

AydinHassan commented 4 years ago

Change command namespace + add list import command

codecov-commenter commented 4 years ago

Codecov Report

Merging #14 into master will decrease coverage by 0.85%. The diff coverage is 6.89%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #14      +/-   ##
============================================
- Coverage     62.61%   61.76%   -0.86%     
- Complexity      448      452       +4     
============================================
  Files            71       72       +1     
  Lines          1803     1828      +25     
============================================
  Hits           1129     1129              
- Misses          674      699      +25     
Impacted Files Coverage Δ Complexity Δ
src/Command/ClearLastImportLogCommand.php 0.00% <0.00%> (ø) 5.00 <0.00> (ø)
src/Command/ListImportsCommand.php 0.00% <0.00%> (ø) 4.00 <4.00> (?)
src/Command/ViewLogsCommand.php 0.00% <0.00%> (ø) 11.00 <0.00> (ø)
src/Command/RunImportCommand.php 91.66% <100.00%> (ø) 4.00 <0.00> (ø)
src/Command/UnlockImportCommand.php 100.00% <100.00%> (ø) 5.00 <0.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 36367b9...5eee67a. Read the comment docs.