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

cybertec-postgresql / pgcov / 24461595806
47%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2026 02:56PM UTC
Jobs 1
Files 26
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

15 Apr 2026 02:54PM UTC coverage: 39.992% (+0.09%) from 39.905%
24461595806

push

github

pashagolub
refactor(listener): use OnNotification callback

Replace the polling-based receiveLoop (100ms timeout sub-contexts,
manual channel filtering, done channel) with pgx's OnNotification
callback. The callback is registered on the connection config before
connecting, and a simple WaitForNotification(ctx) loop drives reads.

This eliminates:
- The 100ms polling timeout and its per-iteration context allocation
- The done channel (replaced by a cancellable context in Close)
- Manual notification.Channel filtering (now in the callback)

0 of 41 new or added lines in 1 file covered. (0.0%)

27 existing lines in 2 files now uncovered.

1005 of 2513 relevant lines covered (39.99%)

0.45 hits per line

Uncovered Changes

Lines Coverage ∆ File
41
0.0
0.0% internal/database/listener.go

Coverage Regressions

Lines Coverage ∆ File
24
0.0
0.0% internal/database/listener.go
3
72.54
-1.01% internal/runner/executor.go
Jobs
ID Job ID Ran Files Coverage
1 24461595806.1 15 Apr 2026 02:56PM UTC 26
39.99
GitHub Action Run
Source Files on build 24461595806
  • Tree
  • List 26
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24461595806
  • d71ac99f on github
  • Prev Build on master (#24460361700)
  • Next Build on master (#24463158236)
  • Delete
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