tbarlow12 / projector

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

feat: AzDO Work Item Creation #27

Closed tbarlow12 closed 3 years ago

tbarlow12 commented 3 years ago

Creating Azure DevOps work items from CLI (with accompanying integration test)

Show available backlog item templates

cse agile work template list

Initialize local template

cse agile work template init -t {template}

Create Azure DevOps work items from template

cse agile work create -f {templateFilePath}

(if no -f provided, will assume backlogItems.json since that's the default file used in template initialization)

Addresses #17

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (254ade7) into master (a5c94d9) will decrease coverage by 1.61%. The diff coverage is 69.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   81.81%   80.20%   -1.62%     
==========================================
  Files          45       53       +8     
  Lines         473      596     +123     
  Branches       62       89      +27     
==========================================
+ Hits          387      478      +91     
- Misses         86      118      +32     
Impacted Files Coverage Δ
src/commands/commands/agile/agile.ts 100.00% <ø> (ø)
src/services/agile/baseAgileService.ts 52.77% <ø> (-3.64%) :arrow_down:
.../services/agile/providers/jira/jiraAgileService.ts 12.50% <12.50%> (ø)
...ds/template/commands/list/agileWorkTemplateList.ts 37.50% <37.50%> (ø)
...e/commands/work/commands/create/agileWorkCreate.ts 38.46% <38.46%> (ø)
...ds/template/commands/init/agileWorkTemplateInit.ts 50.00% <50.00%> (ø)
...es/agile/providers/azureDevOps/azureDevOpsUtils.ts 67.34% <67.34%> (ø)
...commands/commands/agile/commands/work/agileWork.ts 100.00% <100.00%> (ø)
...mmands/work/commands/template/agileWorkTemplate.ts 100.00% <100.00%> (ø)
src/samples/backlog/empty.ts 100.00% <100.00%> (ø)
... and 16 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 a5c94d9...254ade7. Read the comment docs.