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

[v2] Optimize gifs packaged with vsce to reduce file size #130

Closed t1m0thyj closed 4 months ago

t1m0thyj commented 4 months ago

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

codecov-commenter commented 4 months ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #130 +/- ## ======================================= Coverage ? 93.28% ======================================= Files ? 74 Lines ? 760 Branches ? 94 ======================================= Hits ? 709 Misses ? 51 Partials ? 0 ```

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

github-actions[bot] commented 4 months ago

Version info from a repo admin is required to publish a new version. Please add one of the following labels within 30 minutes:

Powered by Octorelease :rocket:

github-actions[bot] commented 4 months ago

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: