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

Build:
Build:
LAST BUILD BRANCH: roll/v1.61.1
DEFAULT BRANCH: main
Ran 25 Jun 2026 03:46AM UTC
Jobs 8
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

25 Jun 2026 03:42AM UTC coverage: 78.51% (+0.009%) from 78.501%
28145332481

Pull #602

github

mxschmitt
refactor: use sync.Cond for jsonPipe queue; support multiple consumers

Address review feedback on the deadlock fix:
- Replace the hand-rolled buffered-signal-channel + wake() condvar with
  sync.Cond over the existing mutex. This is the idiomatic primitive for
  'wait until queue non-empty or closed', removes the load-bearing
  non-blocking-send/re-check-loop subtlety, and drops ~15 lines.
- Broadcast instead of a single-token signal, so multiple concurrent
  Poll() consumers are supported (the old single-token design would have
  stranded messages if a second consumer were ever added).
- Consolidate the triplicated deadlock rationale into one comment on
  enqueue (the invariant owner).
- Rework TestJsonPipeEnqueueNeverBlocks to also drain and assert ordering
  after the burst, and add TestJsonPipeMultipleConsumers to cover the
  exactly-once delivery guarantee.
Pull Request #602: fix: prevent jsonPipe deadlock that hung remote connections

27 of 30 new or added lines in 1 file covered. (90.0%)

1 existing line in 1 file now uncovered.

7946 of 10121 relevant lines covered (78.51%)

5884.73 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
77.27
-0.28% jsonPipe.go

Coverage Regressions

Lines Coverage ∆ File
1
77.27
-0.28% jsonPipe.go
Jobs
ID Job ID Ran Files Coverage
1 windows-latest-webkit - 28145332481.1 25 Jun 2026 03:49AM UTC 58
76.67
GitHub Action Run
2 ubuntu-latest-webkit - 28145332481.2 25 Jun 2026 03:48AM UTC 58
76.78
GitHub Action Run
3 windows-latest-firefox - 28145332481.3 25 Jun 2026 03:50AM UTC 58
76.86
GitHub Action Run
4 windows-latest-chromium - 28145332481.4 25 Jun 2026 03:50AM UTC 58
78.25
GitHub Action Run
5 macos-latest-webkit - 28145332481.5 25 Jun 2026 03:48AM UTC 58
76.25
GitHub Action Run
6 macos-latest-chromium - 28145332481.6 25 Jun 2026 03:48AM UTC 58
78.31
GitHub Action Run
7 ubuntu-latest-firefox - 28145332481.7 25 Jun 2026 03:49AM UTC 58
76.93
GitHub Action Run
8 ubuntu-latest-chromium - 28145332481.8 25 Jun 2026 03:46AM UTC 58
78.32
GitHub Action Run
Source Files on build 28145332481
  • Tree
  • List 58
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #602
  • 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