Open zFernand0 opened 8 months ago
Attention: Patch coverage is 93.60000%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 93.85%. Comparing base (
a46376e
) to head (4bf0fc8
). Report is 2 commits behind head on next.
Files | Patch % | Lines |
---|---|---|
packages/sdk/src/rest/CicsCmciRestClient.ts | 42.85% | 8 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.