zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
1 stars 3 forks source link

feat: Migrate VSCE-only functionality to SDKs and CLI plug-in #120

Open zFernand0 opened 3 months ago

zFernand0 commented 3 months ago

What It Does

This PR migrates the functionality listed below from the VSCE does to the SDK and implements the corresponding CLI command. This PR also adds unit tests for the SDK and CLI versions of the migrated functionality. No system tests implemented at this time.

How to Test

Run unit tests and execute all corresponding commands

Review Checklist I certify that I have:

Additional Comments

A new PR will follow with system tests.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 93.60000% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 93.85%. Comparing base (9794c46) to head (912a6b4). Report is 1 commits behind head on next.

Files Patch % Lines
packages/sdk/src/rest/CicsCmciRestClient.ts 42.85% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #120 +/- ## ========================================== + Coverage 93.17% 93.85% +0.67% ========================================== Files 73 79 +6 Lines 718 781 +63 Branches 54 58 +4 ========================================== + Hits 669 733 +64 + Misses 49 48 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.