magic-script-cli icon indicating copy to clipboard operation
magic-script-cli copied to clipboard

Implement react native rename into the code

Open panwrona opened this issue 5 years ago • 2 comments

panwrona avatar Jun 29 '20 07:06 panwrona

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #185    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           10        13     +3     
  Lines          726       858   +132     
  Branches       135       159    +24     
==========================================
+ Hits           726       858   +132     
Impacted Files Coverage Δ
commands/build.js 100.00% <100.00%> (ø)
commands/init.js 100.00% <100.00%> (ø)
commands/install.js 100.00% <100.00%> (ø)
commands/remove.js 100.00% <100.00%> (ø)
commands/run.js 100.00% <100.00%> (ø)
lib/initutils.js 100.00% <100.00%> (ø)
lib/logger.js 100.00% <100.00%> (ø)
lib/rename/rename.js 100.00% <100.00%> (ø)
lib/rename/renamesteps.js 100.00% <100.00%> (ø)
lib/rename/renameutils.js 100.00% <100.00%> (ø)
... and 5 more

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 b258dda...5a5714c. Read the comment docs.

codecov-commenter avatar Jun 29 '20 07:06 codecov-commenter

Looks good. Should we bump version?

I think we should prepare release branch and bump the version there, after merging every PR we need

panwrona avatar Jun 30 '20 06:06 panwrona