shuji icon indicating copy to clipboard operation
shuji copied to clipboard

Preserve original folder structure. Fix output dir malformations. Fix process crash.

Open Tylerian opened this issue 5 years ago • 3 comments

This pull request addresses three different issues:

  • Fixes a bug that crashed the process when a file failed to write.
  • Fixes a bug that malformed the output dir when -o option is provided.
  • Adds a feature to preserve the original folder structure of a source map.

Tylerian avatar Aug 23 '19 21:08 Tylerian

Codecov Report

Merging #29 into master will decrease coverage by 0.66%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   91.33%   90.66%   -0.67%     
==========================================
  Files           6        6              
  Lines         150      150              
==========================================
- Hits          137      136       -1     
- Misses         13       14       +1
Impacted Files Coverage Δ
bin/shuji.js 82.6% <100%> (-0.73%) :arrow_down:
lib/read-sources.js 100% <100%> (ø) :arrow_up:
lib/write-sources.js 88.88% <85.71%> (-3.42%) :arrow_down:

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 eb9cfb5...7e3d685. Read the comment docs.

codecov[bot] avatar Aug 23 '19 21:08 codecov[bot]

I took two commits from here, README update and

Fixes a bug that crashed the process when a file failed to write.

paazmaya avatar Sep 13 '19 19:09 paazmaya

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Sep 24 '20 10:09 sonarqubecloud[bot]

Similar functionality now released in v0.8.0 via #39

paazmaya avatar Dec 04 '23 17:12 paazmaya