• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

playwright-community / playwright-go / 28135373441
79%
main: 79%

Build:
Build:
LAST BUILD BRANCH: roll/v1.61.1
DEFAULT BRANCH: main
Ran 24 Jun 2026 11:13PM UTC
Jobs 9
Files 58
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

24 Jun 2026 11:06PM UTC coverage: 78.501% (+0.03%) from 78.474%
28135373441

Pull #595

github

mxschmitt
test: fix flaky TestPageCloseRace deadlock

TestPageCloseRace intermittently hung for the full 15m test timeout on CI (reproducible locally ~1 in 8 runs when run alongside TestBrowserContextCloseRace).

Protocol tracing showed page.Close() sends "close" but the Chromium driver never replies when Close() races a navigation that commits at the same instant — a driver-level deadlock outside the binding's control. In the passing case Close() aborts the in-flight navigation (net::ERR_ABORTED) and returns immediately.

Abort the request instead of fulfilling it so the navigation never commits. This still exercises the close-vs-route-handler data race the test guards against (issue #566): the handler goroutine runs concurrently with Close() and reads pageImpl.closeWasCalled, still caught by -race. Verified 30/30 passing with -race after the change.
Pull Request #595: fix: respect default timeout in SetInputFiles; fix flaky TestPageCloseRace

14 of 16 new or added lines in 2 files covered. (87.5%)

7927 of 10098 relevant lines covered (78.5%)

6562.06 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
75.47
-0.09% element_handle.go
Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest-webkit - 28135373441.1 24 Jun 2026 11:22PM UTC 58
76.74
GitHub Action Run
2 windows-latest-firefox - 28135373441.2 24 Jun 2026 11:22PM UTC 58
76.85
GitHub Action Run
3 macos-latest-chromium - 28135373441.3 24 Jun 2026 11:47PM UTC 58
78.33
GitHub Action Run
4 ubuntu-latest-firefox - 28135373441.4 24 Jun 2026 11:23PM UTC 58
76.95
GitHub Action Run
5 macos-latest-firefox - 28135373441.5 24 Jun 2026 11:21PM UTC 58
76.94
GitHub Action Run
6 windows-latest-webkit - 28135373441.6 24 Jun 2026 11:13PM UTC 58
76.66
GitHub Action Run
7 ubuntu-latest-chromium - 28135373441.7 24 Jun 2026 11:18PM UTC 58
78.34
GitHub Action Run
8 macos-latest-webkit - 28135373441.8 24 Jun 2026 11:41PM UTC 58
76.23
GitHub Action Run
9 windows-latest-chromium - 28135373441.9 24 Jun 2026 11:26PM UTC 58
78.24
GitHub Action Run
Source Files on build 28135373441
  • Tree
  • List 58
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #595
  • PR Base - main (#28129714861)
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