benawad / destiny

Prettier for File Structures
MIT License
3.53k stars 81 forks source link

Add dirs to logging #117

Closed coreylight closed 4 years ago

coreylight commented 4 years ago

Without logging the directory, it is difficult to know what to fix, especially with large codebases.

codecov[bot] commented 4 years ago

Codecov Report

Merging #117 into develop will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #117   +/-   ##
========================================
  Coverage    92.91%   92.91%           
========================================
  Files           20       20           
  Lines          536      536           
  Branches       122      122           
========================================
  Hits           498      498           
  Misses          38       38           
Impacted Files Coverage Δ
src/index/formatFileStructure/fixImports.ts 97.36% <100.00%> (ø)
src/index/generateTrees/buildGraph.ts 100.00% <100.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 542dea6...e1af4fe. Read the comment docs.

AnatoleLucet commented 4 years ago

Yep that's clearly better. Thanks for your contribution!