Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

t1m0thyj
Copy link
Member

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

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@49aadd9). Learn more about missing BASE report.

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@t1m0thyj t1m0thyj changed the title [v2]: Optimize gifs packaged with vsce to reduce file size [v2] Optimize gifs packaged with vsce to reduce file size Jul 19, 2024
@zFernand0 zFernand0 merged commit dec9f48 into main Jul 19, 2024
8 checks passed
@zFernand0 zFernand0 deleted the chore/optimize-gifs branch July 19, 2024 14:55
Copy link

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

  • release-current: 5.0.6 (default)
  • release-patch: 5.0.7
  • release-minor: 5.1.0

Powered by Octorelease 🚀

Copy link

Release failed for the main branch. 😢

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 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

3 participants