zowe / zowe-cli-cics-plugin

Migrated to zowe/cics-for-zowe-client.
https://github.com/zowe/cics-for-zowe-client
Eclipse Public License 2.0
7 stars 11 forks source link

Add group to list #72

Closed awharn closed 4 years ago

awharn commented 4 years ago

Adds the add-to-list csdGroup and remove-from-list csdGroup commands. Adds unit and system tests for API and CLI Closes Issue #60

codecov[bot] commented 4 years ago

Codecov Report

Merging #72 into master will increase coverage by 0.54%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   93.71%   94.25%   +0.54%     
==========================================
  Files          66       74       +8     
  Lines         684      749      +65     
  Branches       80       86       +6     
==========================================
+ Hits          641      706      +65     
  Misses         43       43
Impacted Files Coverage Δ
src/cli/-strings-/en.ts 100% <ø> (ø) :arrow_up:
src/api/constants/CicsCmci.constants.ts 100% <ø> (ø) :arrow_up:
...rc/cli/add-to-list/csdGroup/CSDGroup.definition.ts 100% <100%> (ø)
src/api/methods/add-to-list/AddToList.ts 100% <100%> (ø)
src/api/methods/remove-from-list/RemoveFromList.ts 100% <100%> (ø)
src/cli/add-to-list/csdGroup/CSDGroup.handler.ts 100% <100%> (ø)
src/cli/add-to-list/AddToList.definition.ts 100% <100%> (ø)
...i/remove-from-list/csdGroup/CSDGroup.definition.ts 100% <100%> (ø)
.../cli/remove-from-list/RemoveFromList.definition.ts 100% <100%> (ø)
.../cli/remove-from-list/csdGroup/CSDGroup.handler.ts 100% <100%> (ø)
... and 8 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 72d5c4e...a25704c. Read the comment docs.