• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / metoffice-uk-weather-overlays / 23667653341
9%

Build:
DEFAULT BRANCH: main
Ran 27 Mar 2026 09:10PM UTC
Jobs 1
Files 12
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Mar 2026 09:10PM UTC coverage: 9.592% (+0.3%) from 9.252%
23667653341

push

github

web-flow
feat: replace PNG with WebP for image output (#63)

* feat: replace PNG with WebP for image output

This change transitions the image storage format from PNG to WebP to
leverage better compression. It also generalizes the internal image
processing logic by renaming the package structure.

- Rename `internal/png` to `internal/imageprocessing`.
- Add `github.com/chai2010/webp` dependency for encoding.
- Update `api_server.go` regex and redirects to support `.webp`.
- Refactor `PipelineStage` and processing stages to use the new
  package structure.
- Remove redundant `Bounds` field from the `PngImage` struct,
  calculating it dynamically from the `image.Image` instead.

* refactor: rename PngImage to ProcessedImage

Rename the `PngImage` struct to `ProcessedImage` to better reflect its
role as a generic container within the processing pipeline.

- Update `PipelineStage` interface and all stage implementations.
- Decouple naming from specific image formats.
- Remove `temp.go` development scratchpad.

0 of 37 new or added lines in 7 files covered. (0.0%)

47 of 490 relevant lines covered (9.59%)

0.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
internal/imageprocessing/stage/GaussianBlur.go
2
0.0
0.0% cmd/api_server.go
3
0.0
0.0% internal/downloader.go
4
0.0
internal/imageprocessing/stage/Resample.go
5
0.0
internal/imageprocessing/stage/Greyscale.go
5
0.0
internal/imageprocessing/stage/ReplaceColor.go
17
0.0
internal/imageprocessing/pipeline.go
Jobs
ID Job ID Ran Files Coverage
1 23667653341.1 27 Mar 2026 09:10PM UTC 12
9.59
GitHub Action Run
Source Files on build 23667653341
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9997b688 on github
  • Prev Build on main (#23666660664)
  • Next Build on main (#23690962134)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc