Closed zFernand0 closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.17%. Comparing base (
050e96f
) to head (9cdd58b
). Report is 2 commits behind head on next.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
A bit obscure, but we were creating a new instance of the profilesCache which is why the ZE instance never got the profile...
here is a debugger session of Zowe Explorer with these changes applied as part of a VSIX
Release failed for the next
branch. :cry:
Error: The process '/opt/hostedtoolcache/node/20.11.1/x64/bin/npx' failed with exit code 1
at ExecState._setResult (/home/runner/work/_actions/zowe-actions/octorelease/v1/dist/vsce.js:974:21)
at ExecState.CheckComplete (/home/runner/work/_actions/zowe-actions/octorelease/v1/dist/vsce.js:960:16)
at ChildProcess.<anonymous> (/home/runner/work/_actions/zowe-actions/octorelease/v1/dist/vsce.js:863:21)
at ChildProcess.emit (node:events:514:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
Check the workflow run for more error details.
Powered by Octorelease :rocket:
Release succeeded for the next
branch. :tada:
The following packages have been published:
@zowe/cics-for-zowe-sdk@6.0.0-next.202403011419
@zowe/cics-for-zowe-cli@6.0.0-next.202403011419
Powered by Octorelease :rocket:
What It Does
How to Test
npm i
npm run build
Review Checklist I certify that I have:
Additional Comments