• 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 / 28859493523
48%
main: 48%

Build:
Build:
LAST BUILD BRANCH: semi-join
DEFAULT BRANCH: main
Ran 07 Jul 2026 10:41AM UTC
Jobs 2
Files 252
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

07 Jul 2026 10:24AM UTC coverage: 47.546% (+0.5%) from 47.059%
28859493523

Pull #726

github

sandonemaki
perf(orm): drop reflection from AfterPreloader collect/load path

AfterPreloader stored the element/slice reflect.Type and rebuilt the
result slice with reflect.MakeSlice + per-element reflect.ValueOf().Set(),
and compared reflect.TypeOf(v) on every Collect.

Capture the [T, Ts] type parameters in closures in NewAfterPreloader so
collecting and assembling the loaded objects needs no reflection: Collect
type-asserts v.(T), and the result is returned as T (one) or Ts (many),
matching the previous behaviour.

Change the generated code to resolve column name -> index once up front
and scan by index, reducing column resolution from per-row to once per
query.
Pull Request #726: perf(orm): drop reflection from AfterPreloader collect/load path

43 of 75 new or added lines in 10 files covered. (57.33%)

3 existing lines in 3 files now uncovered.

11809 of 24837 relevant lines covered (47.55%)

721.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
19
53.18
53.18% orm/load.go
3
25.56
1.69% dialect/mysql/view.go
3
0.0
0.0% dialect/sqlite/table.go
2
0.0
0.0% dialect/mysql/load.go
2
0.0
0.0% dialect/psql/load.go
2
0.0
0.0% dialect/sqlite/load.go
1
57.71
0.0% dialect/mysql/table.go

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% dialect/mysql/load.go
1
0.0
0.0% dialect/psql/load.go
1
0.0
0.0% dialect/sqlite/load.go
Jobs
ID Job ID Ran Files Coverage
1 go-stable - 28859493523.1 07 Jul 2026 10:42AM UTC 252
47.55
GitHub Action Run
2 go-oldstable - 28859493523.2 07 Jul 2026 10:41AM UTC 252
47.55
GitHub Action Run
Source Files on build 28859493523
  • Tree
  • List 252
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #726
  • PR Base - main (#28581791851)
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