optimize all images in public/img #6427

Merged
silverwind merged 1 commits from zopfli into master 2019-03-25 21:23:18 +00:00
silverwind commented 2019-03-25 20:55:08 +00:00 (Migrated from github.com)

This ensures all generated images are ran through zopflipng. Using find instead of wildcard because the latter does not support recursive globs.

Fixes: https://github.com/go-gitea/gitea/pull/6357

This ensures all generated images are ran through `zopflipng`. Using `find` instead of `wildcard` because the latter does not support recursive globs. Fixes: https://github.com/go-gitea/gitea/pull/6357
techknowlogick approved these changes 2019-03-25 20:56:18 +00:00
codecov-io commented 2019-03-25 21:09:04 +00:00 (Migrated from github.com)

Codecov Report

Merging #6427 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6427      +/-   ##
==========================================
- Coverage   38.87%   38.86%   -0.02%     
==========================================
  Files         365      365              
  Lines       51393    51393              
==========================================
- Hits        19980    19972       -8     
- Misses      28544    28553       +9     
+ Partials     2869     2868       -1
Impacted Files Coverage Δ
models/unit.go 0% <0%> (-14.29%) ⬇️
models/repo_list.go 66.84% <0%> (-1.06%) ⬇️
routers/repo/view.go 41.08% <0%> (-1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb2ea06...f41de76. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-gitea/gitea/pull/6427?src=pr&el=h1) Report > Merging [#6427](https://codecov.io/gh/go-gitea/gitea/pull/6427?src=pr&el=desc) into [master](https://codecov.io/gh/go-gitea/gitea/commit/fb2ea06bb18fc3bb68bab5022f8a201c32344cb8?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-gitea/gitea/pull/6427/graphs/tree.svg?width=650&token=t1G57YGbPy&height=150&src=pr)](https://codecov.io/gh/go-gitea/gitea/pull/6427?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #6427 +/- ## ========================================== - Coverage 38.87% 38.86% -0.02% ========================================== Files 365 365 Lines 51393 51393 ========================================== - Hits 19980 19972 -8 - Misses 28544 28553 +9 + Partials 2869 2868 -1 ``` | [Impacted Files](https://codecov.io/gh/go-gitea/gitea/pull/6427?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [models/unit.go](https://codecov.io/gh/go-gitea/gitea/pull/6427/diff?src=pr&el=tree#diff-bW9kZWxzL3VuaXQuZ28=) | `0% <0%> (-14.29%)` | :arrow_down: | | [models/repo\_list.go](https://codecov.io/gh/go-gitea/gitea/pull/6427/diff?src=pr&el=tree#diff-bW9kZWxzL3JlcG9fbGlzdC5nbw==) | `66.84% <0%> (-1.06%)` | :arrow_down: | | [routers/repo/view.go](https://codecov.io/gh/go-gitea/gitea/pull/6427/diff?src=pr&el=tree#diff-cm91dGVycy9yZXBvL3ZpZXcuZ28=) | `41.08% <0%> (-1%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-gitea/gitea/pull/6427?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-gitea/gitea/pull/6427?src=pr&el=footer). Last update [fb2ea06...f41de76](https://codecov.io/gh/go-gitea/gitea/pull/6427?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
jolheiser approved these changes 2019-03-25 21:10:00 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#6427
No description provided.