factorio-item-browser / export

The export scripts to generate the data to be imported into the API server of the Factorio Item Browser.
GNU General Public License v3.0
0 stars 0 forks source link

bugfix/mod-extract #21

Closed BluePsyduck closed 4 years ago

BluePsyduck commented 4 years ago

Fixed failing to correctly detect the directory within the mod files for certain mods.

codecov-commenter commented 4 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #21   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity       453       451    -2     
===========================================
  Files             54        54           
  Lines           1306      1300    -6     
===========================================
- Hits            1306      1300    -6     
Impacted Files Coverage Δ Complexity Δ
src/Mod/ModDownloader.php 100.00% <100.00%> (ø) 29.00 <0.00> (ø)
src/Mod/ModFileManager.php 100.00% <100.00%> (ø) 16.00 <8.00> (-2.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 8795b1d...0090fc0. Read the comment docs.