tbarlow12 / projector

The create-react-app for CSE projects
2 stars 0 forks source link

refactor: Service collection in command action #33

Closed tbarlow12 closed 3 years ago

tbarlow12 commented 3 years ago

Also resolves #26

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (b1b6655) into master (91d90bd) will increase coverage by 1.90%. The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   86.82%   88.72%   +1.90%     
==========================================
  Files          57       60       +3     
  Lines         645      665      +20     
  Branches      100      104       +4     
==========================================
+ Hits          560      590      +30     
+ Misses         85       75      -10     
Impacted Files Coverage Δ
...ands/commands/project/commands/init/projectInit.ts 57.14% <0.00%> (ø)
src/factories/repoServiceFactory.ts 90.00% <0.00%> (ø)
...ands/sprints/commands/create/agileSprintsCreate.ts 85.71% <75.00%> (-3.18%) :arrow_down:
...e/commands/work/commands/create/agileWorkCreate.ts 92.30% <75.00%> (-1.03%) :arrow_down:
src/factories/agileServiceFactory.ts 91.66% <75.00%> (+1.66%) :arrow_up:
src/services/playbook/csePlaybookService.ts 94.11% <94.11%> (ø)
...ds/template/commands/init/agileWorkTemplateInit.ts 100.00% <100.00%> (ø)
...ds/template/commands/list/agileWorkTemplateList.ts 100.00% <100.00%> (ø)
...nds/template/commands/copy/playbookTemplateCopy.ts 100.00% <100.00%> (+62.50%) :arrow_up:
src/extensions/command.ts 100.00% <100.00%> (ø)
... and 6 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 91d90bd...b1b6655. Read the comment docs.