chiubaka / generator-chiubaka-typescript-package

Yeoman generator for standard Chiubaka Technologies TypeScript packages for libraries and other such things.
1 stars 0 forks source link

Properly handle case where git repo already has remote origin #117

Closed chiubaka closed 2 years ago

chiubaka commented 2 years ago

Closes #105. Creates #116.

codecov[bot] commented 2 years ago

Codecov Report

Merging #117 (70536a3) into master (cdfb27e) will decrease coverage by 0.10%. The diff coverage is 96.96%.

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   98.76%   98.66%   -0.11%     
==========================================
  Files          56       58       +2     
  Lines         569      600      +31     
  Branches       41       52      +11     
==========================================
+ Hits          562      592      +30     
- Misses          7        8       +1     
Impacted Files Coverage Δ
src/shared/BaseGenerator.ts 96.42% <90.90%> (-0.84%) :arrow_down:
src/github/GitHubGenerator.ts 100.00% <100.00%> (ø)
src/shared/utils/ErrorUtils.ts 100.00% <100.00%> (ø)
src/shared/utils/index.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 cdfb27e...70536a3. Read the comment docs.