Closed mwistrand closed 6 years ago
Merging #194 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #194 +/- ##
==========================================
+ Coverage 97.02% 97.03% +<.01%
==========================================
Files 17 17
Lines 404 405 +1
Branches 51 53 +2
==========================================
+ Hits 392 393 +1
Misses 5 5
Partials 7 7
Impacted Files | Coverage Δ | |
---|---|---|
src/commands/eject.ts | 94.11% <100%> (+0.11%) |
:arrow_up: |
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 c4f52b7...3451371. Read the comment docs.
Type: feature
The following has been addressed in the PR:
Description:
If an absolute path is listed in the eject's copy config, copy that file using the same file name to the output directory. For example, if the filepath is
/path/to/some-file.js
, then the file will be copied toconfig/{group-name}/some-file.js
. Verified locally with a test application.Resolves #193