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

[v3] Optimize gifs packaged with vsce to reduce file size #132

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:

Project coverage is 93.17%. Comparing base (54e4b0d) to head (c6babb7). Report is 2 commits behind head on next.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #132 +/- ## ======================================= Coverage 93.17% 93.17% ======================================= Files 73 73 Lines 718 718 Branches 55 54 -1 ======================================= Hits 669 669 Misses 49 49 ```

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