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

umputun / tg-spam / 29141763371
84%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2026 05:51AM UTC
Jobs 1
Files 41
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

11 Jul 2026 05:47AM UTC coverage: 83.423% (-0.009%) from 83.432%
29141763371

push

github

umputun
fix(ci): move to playwright-go v0.6100.0 to unbreak e2e-ui driver download

playwright-go up to v0.6000.0 fetches its driver zip from three hardcoded
*.azureedge.net mirrors. Microsoft retired that CDN, so
playwright-1.52.0-linux.zip now 404s and every e2e-ui run fails at the driver
install step. e2e-ui was green on master on 2026-07-07 and has failed since.
It is not a pin problem: go.mod fixes the library version, which hardcodes both
the driver version and the mirror list, so any importable version hits the same
dead CDN (v0.5700.1 and v0.6000.0 still list the same three azureedge hosts).
No live host serves the driver zip - cdn.playwright.dev 404s and
playwright.download.prss.microsoft.com returns 400 GatewayExceptionResponse -
so PLAYWRIGHT_DOWNLOAD_HOST has nothing to point at. See
microsoft/playwright#40084.

Upstream dropped the CDN entirely in v0.6100.0: it now resolves playwright-core
from the npm registry and Node.js from nodejs.org. That release is published
under the module path github.com/mxschmitt/playwright-go, so the import and the
CLI invocation move with it. The API is unchanged for everything e2e_test.go
uses; only the import line differs.

Verified locally: the CLI fetches its driver (v1.61.1) with no CDN involved, and
the full suite passes - go test -tags=e2e ./e2e-ui/... ok in 40s, driving a real
chromium against the admin UI. The workflow now also caches ~/.cache/ms-playwright-go
alongside the browsers, since the driver is a separate download.

8696 of 10424 relevant lines covered (83.42%)

246.2 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
85.54
-0.1% app/webapi/webapi.go
Jobs
ID Job ID Ran Files Coverage
1 29141763371.1 11 Jul 2026 05:51AM UTC 41
83.42
GitHub Action Run
Source Files on build 29141763371
  • Tree
  • List 41
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 29e2be3f on github
  • Prev Build on master (#28850817269)
  • Next Build on master (#29142208803)
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