• 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

stephenafamo / scan / 29623871699
90%
main: 91%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.9.0
DEFAULT BRANCH: main
Ran 18 Jul 2026 08:11AM UTC
Jobs 1
Files 9
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

18 Jul 2026 12:41AM UTC coverage: 89.752% (-0.3%) from 90.016%
29623871699

Pull #11

github

Dima Makushin
fix: check rows.Err() after iteration in Each to surface mid-stream errors

Unlike OneFromRows and AllFromRows, Each never consulted rows.Err()
after its for rows.Next() loop exited. If Next() returns false due to
a database error (network disconnect, context deadline, SQL error from
a function mid-result-set), the error was silently dropped and the
caller's range loop completed as if everything was fine.

pgx's own ForEachRow, CollectRows, AppendRows, and the database/sql
docs all follow the same pattern: check Err() after the loop. This
fix brings Each in line.
Pull Request #11: fix: check rows.Err() after iteration in Each to surface mid-stream e…

1 of 3 new or added lines in 1 file covered. (33.33%)

578 of 644 relevant lines covered (89.75%)

42.22 hits per line

Uncovered Changes

Lines Coverage āˆ† File
2
77.57
-1.28% exec.go
Jobs
ID Job ID Ran Files Coverage
1 29623871699.1 18 Jul 2026 08:11AM UTC 9
89.75
GitHub Action Run
Source Files on build 29623871699
  • Tree
  • List 9
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage āˆ† File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #11
  • PR Base - main (#28979968442)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc