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

[v1] Optimize gifs packaged with vsce to reduce file size #131

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 94.17%. Comparing base (3430525) to head (2b810e0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## zowe-v1-lts #131 +/- ## ============================================ Coverage 94.17% 94.17% ============================================ Files 74 74 Lines 755 755 Branches 92 94 +2 ============================================ Hits 711 711 Misses 44 44 ```

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