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

umputun / ralphex / 32313522745
86%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 11:32PM UTC
Jobs 1
Files 55
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

19 Aug 2026 11:30PM UTC coverage: 84.166% (-0.05%) from 84.22%
32313522745

push

github

web-flow
chore: refresh dependencies and fix the e2e playwright install (#434)

* chore(deps): update dependencies

Refresh all modules to current releases: go-pkgz/notify 1.3.0 -> 1.4.0,
slack-go/slack 0.23.1 -> 0.29.0, alecthomas/chroma 2.24.1 -> 2.27.0,
golang.org/x/net 0.55.0 -> 0.58.0, golang.org/x/text 0.37.0 -> 0.41.0,
plus the remaining indirect bumps, then tidy and re-vendor.

playwright-go stops at v0.6000.0 rather than the newest v0.6201.1: every
release after v0.6000.0 declares its module path as
github.com/mxschmitt/playwright-go, so go refuses to resolve them under
the github.com/playwright-community/playwright-go import path.

* ci: add top-level read permissions to docker workflow

The four jobs already set their own permissions, but the workflow has no
default, so any job added later inherits the repository-wide token
scope. The other three workflows already declare a top-level block.

* fix(e2e): migrate to renamed playwright-go module path

Upstream renamed playwright-community/playwright-go to
mxschmitt/playwright-go, and the module path changed with it in v0.6100.0.
The e2e workflow installs browsers with

  go run github.com/playwright-community/playwright-go/cmd/playwright@latest

which now resolves to v0.6201.1 and fails before the tests start:

  module declares its path as: github.com/mxschmitt/playwright-go
          but was required as: github.com/playwright-community/playwright-go

The workflow is workflow_dispatch only, so this went unnoticed.

Switch the import path in e2e/, go.mod, the workflow and CLAUDE.md, and
move to v0.6201.1.

7867 of 9347 relevant lines covered (84.17%)

228.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
78.24
-3.63% pkg/web/watcher.go
2
85.06
-1.15% pkg/web/dashboard.go
Jobs
ID Job ID Ran Files Coverage
1 32313522745.1 19 Aug 2026 11:32PM UTC 55
84.17
GitHub Action Run
Source Files on build 32313522745
  • Tree
  • List 55
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f5a45570 on github
  • Prev Build on master (#32280727440)
  • Next Build on master (#32404424157)
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