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

KarpelesLab / gowebp / 24428384598 / 1
93%
main: 93%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 11:38PM UTC
Files 12
Run time 0s
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

14 Apr 2026 11:37PM UTC coverage: 95.577%. First build
24428384598.1

push

github

MagicalTux
ci: switch from Codecov to Coveralls; add Go 1.25/1.26 matrix

Replaces the Codecov workflow with a Coveralls one. Coveralls uses
the repository's built-in GITHUB_TOKEN via OIDC-style auth for
public repos, so no separate token secret is needed (unlike the
CODECOV_TOKEN that the previous workflow relied on).

Workflow changes:
- runs go vet + tests on a matrix of Go 1.25 and 1.26
- actions/checkout@v6 and actions/setup-go@v6
- -coverpkg=./... so the parent-package tests count coverage inside
  internal/vp8enc (where they exercise it heavily via the roundtrip
  tests), not just the co-located internal tests
- -covermode=atomic as required by Coveralls
- coverage is uploaded once (from the 1.26 run) to avoid duplicate
  submissions on the same commit

README changes:
- Replace Codecov badge with Coveralls + Actions status badges

Local coverage measurement shows 96.6% overall (95.0% in the root
package, 67.1% inside internal/vp8enc when measured in isolation;
the -coverpkg=./... approach lifts the internal number by counting
coverage driven from the parent package's integration tests).

2939 of 3075 relevant lines covered (95.58%)

112570.73 hits per line

Source Files on job 24428384598.1
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24428384598
  • 08755d07 on github
  • Next Job for on main (#24428435988.1)
  • 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