• 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 / 28146188057
78%
main: 79%

Build:
Build:
LAST BUILD BRANCH: roll/v1.61.1
DEFAULT BRANCH: main
Ran 25 Jun 2026 04:11AM UTC
Jobs 9
Files 59
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

25 Jun 2026 04:07AM UTC coverage: 78.406% (-0.1%) from 78.501%
28146188057

Pull #603

github

mxschmitt
fix: harden event-handler deadlock fix

Follow-ups to the re-entrant pump in waitResult:

- waitResult: on abort in the re-entrant branch, re-check pc.done before
  setting the close error, mirroring the blocking path. Prevents a delivered
  result from being masked by a spurious "Connection closed" when a reply and
  a concurrent Stop()/Close() land in the same instant.
- waitResult: guard the dispatch-goroutine match against id 0 so neither the
  pre-Start zero value nor an unparseable stack header is mistaken for the
  dispatch goroutine.
- currentGoroutineID: return 0 on ParseUint failure instead of silently
  ignoring the error; 0 is never a valid goroutine id so the normal blocking
  path is taken.
- currentGoroutineID: replace the sync.Pool + *[]byte with a stack-local
  [64]byte buffer; simpler with no behavioural change.
- Document the bounded re-entrancy depth of the pump.
Pull Request #603: fix: prevent deadlock when calling blocking methods inside event handlers

59 of 82 new or added lines in 3 files covered. (71.95%)

40 existing lines in 2 files now uncovered.

7977 of 10174 relevant lines covered (78.41%)

6856.22 hits per line

Uncovered Changes

Lines Coverage ∆ File
15
85.34
-3.06% connection.go
8
66.67
goid.go

Coverage Regressions

Lines Coverage ∆ File
25
85.34
-3.06% connection.go
15
77.27
-0.28% jsonPipe.go
Jobs
ID Job ID Ran Files Coverage
1 macos-latest-firefox - 28146188057.1 25 Jun 2026 04:14AM UTC 59
76.85
GitHub Action Run
2 ubuntu-latest-firefox - 28146188057.2 25 Jun 2026 04:14AM UTC 59
76.83
GitHub Action Run
3 ubuntu-latest-webkit - 28146188057.3 25 Jun 2026 04:13AM UTC 59
76.66
GitHub Action Run
4 macos-latest-webkit - 28146188057.4 25 Jun 2026 04:14AM UTC 59
76.15
GitHub Action Run
5 windows-latest-chromium - 28146188057.5 25 Jun 2026 04:15AM UTC 59
78.11
GitHub Action Run
6 windows-latest-webkit - 28146188057.6 25 Jun 2026 04:14AM UTC 59
76.62
GitHub Action Run
7 ubuntu-latest-chromium - 28146188057.7 25 Jun 2026 04:11AM UTC 59
78.22
GitHub Action Run
8 windows-latest-firefox - 28146188057.8 25 Jun 2026 04:15AM UTC 59
76.76
GitHub Action Run
9 macos-latest-chromium - 28146188057.9 25 Jun 2026 04:12AM UTC 59
78.24
GitHub Action Run
Source Files on build 28146188057
  • Tree
  • List 59
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #603
  • PR Base - main (#28136695452)
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