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 enable and disable urimap #64

Closed awharn closed 4 years ago

awharn commented 4 years ago

Adds the enable and disable URIMAP commands to CICS

codecov[bot] commented 4 years ago

Codecov Report

Merging #64 into master will increase coverage by 0.83%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   92.32%   93.15%   +0.83%     
==========================================
  Files          50       58       +8     
  Lines         508      570      +62     
  Branches       59       63       +4     
==========================================
+ Hits          469      531      +62     
  Misses         39       39
Impacted Files Coverage Δ
src/api/constants/CicsCmci.constants.ts 100% <ø> (ø) :arrow_up:
src/cli/-strings-/en.ts 100% <ø> (ø) :arrow_up:
src/api/methods/disable/Disable.ts 100% <100%> (ø)
src/cli/disable/urimap/Urimap.handler.ts 100% <100%> (ø)
src/cli/disable/Disable.definition.ts 100% <100%> (ø)
src/cli/enable/Enable.definition.ts 100% <100%> (ø)
src/api/methods/enable/Enable.ts 100% <100%> (ø)
src/cli/enable/urimap/Urimap.definition.ts 100% <100%> (ø)
src/cli/disable/urimap/Urimap.definition.ts 100% <100%> (ø)
src/cli/enable/urimap/Urimap.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 d7bdc85...713ae7a. Read the comment docs.