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
2 stars 4 forks source link

Publish a final prerelease from `master` #144

Closed zFernand0 closed 2 months ago

zFernand0 commented 2 months ago

What It Does

This will publish a final prerelease from the main branch.

Here is a summary of changes for those reviewing: https://github.com/zowe/cics-for-zowe-client/pull/144/files/76697f330a5a1cfbcf04ba18f30d9e8c5900cd5e..28504e5720b737295c6720fd579e06deff75dbbb

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 98.03922% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.17%. Comparing base (f6ec51f) to head (cbc65e8).

Files with missing lines Patch % Lines
packages/sdk/src/rest/CicsCmciRestClient.ts 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ========================================== - Coverage 93.28% 93.17% -0.12% ========================================== Files 74 73 -1 Lines 760 718 -42 Branches 93 55 -38 ========================================== - Hits 709 669 -40 + Misses 51 49 -2 ```

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

zFernand0 commented 2 months ago

CodeQL spotted an unused import in profileManagement.ts, but aside from that everything LGTM 😋

I'll follow up with another PR to fix lint issue 🙏🏽 Merging!