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 delete urimap cli command #62

Closed awharn closed 4 years ago

awharn commented 4 years ago

Adds the cics delete urimap CLI command and resolves #52

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will increase coverage by 1.45%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   90.87%   92.32%   +1.45%     
==========================================
  Files          48       50       +2     
  Lines         493      508      +15     
  Branches       58       59       +1     
==========================================
+ Hits          448      469      +21     
+ Misses         45       39       -6
Impacted Files Coverage Δ
src/cli/-strings-/en.ts 100% <ø> (ø) :arrow_up:
src/cli/delete/Delete.definition.ts 100% <100%> (ø) :arrow_up:
src/cli/delete/urimap/Urimap.definition.ts 100% <100%> (ø)
src/cli/delete/urimap/Urimap.handler.ts 100% <100%> (ø)
src/api/methods/delete/Delete.ts 100% <0%> (+22.22%) :arrow_up:

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 d1e9e4c...e4b358b. Read the comment docs.

zFernand0 commented 4 years ago

@MikeBauerCA, Should we port this PR as well as #55? (to lts-incremental)