• 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 / bob / 25296249476
44%
main: 44%

Build:
Build:
LAST BUILD BRANCH: fix-issues-related-to-count-loading
DEFAULT BRANCH: main
Ran 04 May 2026 01:20AM UTC
Jobs 2
Files 246
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

04 May 2026 01:10AM UTC coverage: 44.236% (+0.4%) from 43.8%
25296249476

Pull #663

github

wucm667
fix(factory): address concurrency concern with context-based visited tracking

Move visited map from Factory-level sync.Map to per-call context-based
tracking. Each top-level FromExistingXxx call creates its own visited
map, passed via context to recursive calls including WithExistingXxx
and AddExistingXxx modifiers.

This ensures:
- Concurrent goroutines have isolated visited maps (no cross-contamination)
- Recursive chain remains intact (context carries visited through all calls)
- Regular map replaces sync.Map (only single-goroutine access needed)

Signed-off-by: wucm667 <stevenwucongmin@gmail.com>
Pull Request #663: fix(factory): prevent stack overflow from circular references in FromExisting methods

10625 of 24019 relevant lines covered (44.24%)

590.17 hits per line

Coverage Regressions

Lines Coverage ∆ File
87
68.26
2.09% gen/bobgen-psql/driver/parser/walker.go
84
63.77
12.99% gen/bobgen-psql/driver/parser/source.go
9
80.95
0.58% gen/bobgen-psql/driver/parser/parser.go
6
48.57
-1.43% gen/bobgen-psql/driver/parser/verify.go
5
58.33
-41.67% clause/with.go
5
97.01
2.1% dialect/psql/mm/qm.go
3
57.83
-3.61% mods/mods.go
2
0.0
-40.57% gen/bobgen-psql/driver/parser/mods.go
Jobs
ID Job ID Ran Files Coverage
1 go-oldstable - 25296249476.1 04 May 2026 01:20AM UTC 246
44.24
GitHub Action Run
2 go-stable - 25296249476.2 04 May 2026 01:22AM UTC 246
44.24
GitHub Action Run
Source Files on build 25296249476
  • Tree
  • List 246
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #663
  • PR Base - main (#25110763605)
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