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

CSV archiver record to database #18

Closed AydinHassan closed 4 years ago

AydinHassan commented 4 years ago

When archiving a file (after import has finished) add a record to the database so we can easily find the file of a previously ran import

codecov-commenter commented 4 years ago

Codecov Report

Merging #18 into master will decrease coverage by 1.05%. The diff coverage is 37.87%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #18      +/-   ##
============================================
- Coverage     62.58%   61.53%   -1.06%     
- Complexity      472      473       +1     
============================================
  Files            74       74              
  Lines          1887     1942      +55     
============================================
+ Hits           1181     1195      +14     
- Misses          706      747      +41     
Impacted Files Coverage Δ Complexity Δ
src/Setup/UpgradeSchema.php 0.00% <0.00%> (ø) 9.00 <0.00> (+1.00)
src/Archiver/CsvArchiver.php 100.00% <100.00%> (ø) 7.00 <2.00> (ø)
src/Archiver/NullArchiver.php 100.00% <100.00%> (ø) 2.00 <2.00> (ø)
src/Source/Csv.php 97.43% <100.00%> (+0.06%) 17.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 814cfb1...f558f49. Read the comment docs.