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

gauntface / go-html-asset-manager / 28876362811
67%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2026 03:02PM UTC
Jobs 1
Files 31
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

07 Jul 2026 03:01PM UTC coverage: 67.622% (+0.04%) from 67.583%
28876362811

push

github

web-flow
Fix Cache-Control header on S3 image uploads (#748)

cacheControlAge is a *int64 (from flag.Int64), but uploadImage() passed
it un-dereferenced to fmt.Sprintf("max-age=%v", ...), so every image
uploaded to S3 got a Cache-Control header like "max-age=0xc0000140a0"
(the pointer address) instead of a real max-age value.

Extracts the header construction into a small cacheControlHeader()
helper so it's unit-testable, and dereferences the flag value.

go.sum gains a handful of previously-missing checksum entries for
transitive test/tooling deps, surfaced by `go build`/`go test` on this
otherwise-unmodified dependency graph.

3 of 4 new or added lines in 1 file covered. (75.0%)

1723 of 2548 relevant lines covered (67.62%)

11.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.71
0.71% cmds/genimgs/genimgs.go
Jobs
ID Job ID Ran Files Coverage
1 28876362811.1 07 Jul 2026 03:02PM UTC 31
67.62
GitHub Action Run
Source Files on build 28876362811
  • Tree
  • List 31
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28876362811
  • e6a3c9ab on github
  • Prev Build on main (#28830738239)
  • Next Build on main (#28877589298)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc