Closed t1m0thyj closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@49aadd9
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Version info from a repo admin is required to publish a new version. Please add one of the following labels within 30 minutes:
5.0.6
(default)5.0.7
5.1.0
Powered by Octorelease :rocket:
Release failed for the main
branch. :cry:
HttpError: invalid json response body at https://api.github.com/repos/zowe/cics-for-zowe-client/issues/130/events?per_page=100 reason: Unexpected end of JSON input
at /home/runner/work/_actions/zowe-actions/octorelease/v1/dist/github.js:4880:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Check the workflow run for more error details.
Powered by Octorelease :rocket:
What It Does
Shrinks the size of GIFs in the repo by lossless optimizing them with
gifsicle
:for gif in $(find packages/vsce/docs/images -name '*.gif'); do gifsicle -b -O3 $gif; done
How to Test
Review Checklist I certify that I have:
Additional Comments