rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Github create, clone and list issue functionality - better handling of nested commands #164

Closed brandongregoryscott closed 3 years ago

brandongregoryscott commented 3 years ago

Refactor github command to nest commands for specific resources, add ability to create, clone and list issues for AndcultureCode repositories

Closes #124 Github command for adding/duplicating issues across repos

codecov[bot] commented 3 years ago

Codecov Report

Merging #164 (71435be) into main (eb48502) will increase coverage by 0.34%. The diff coverage is 74.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
+ Coverage   75.15%   75.49%   +0.34%     
==========================================
  Files          41       44       +3     
  Lines        1453     1506      +53     
  Branches      229      278      +49     
==========================================
+ Hits         1092     1137      +45     
+ Misses        360      358       -2     
- Partials        1       11      +10     
Impacted Files Coverage Δ
src/modules/echo.ts 19.60% <0.00%> (-1.67%) :arrow_down:
src/modules/package-config.ts 100.00% <ø> (ø)
src/tests/factories/factory-type.ts 100.00% <ø> (ø)
src/tests/factories/repository-factory.ts 100.00% <ø> (ø)
src/modules/prompt.ts 54.83% <20.00%> (+19.54%) :arrow_up:
src/modules/github.ts 71.06% <88.46%> (+2.16%) :arrow_up:
src/modules/command-definitions.ts 100.00% <100.00%> (ø)
src/modules/command-registry.ts 100.00% <100.00%> (ø)
...s/factories/clone-issue-destination-dto-factory.ts 100.00% <100.00%> (ø)
.../tests/factories/clone-issue-source-dto-factory.ts 100.00% <100.00%> (ø)
... and 18 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 eb48502...a529f82. Read the comment docs.