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

dal-go / dalgo / 27279340179
100%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 01:23PM UTC
Jobs 1
Files 120
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

10 Jun 2026 01:22PM UTC coverage: 99.946%. Remained the same
27279340179

push

github

web-flow
feat(dal): add InsertRecordWithDataAndID (write twin of GetRecordWithIDIntoData) (#77)

Add the standalone typed insert helper:

  func InsertRecordWithDataAndID[K comparable, D any](
      ctx, s WriteSession, key *Key, id K, data D) (RecordWithDataAndID[K, D], error)

It inserts the caller-supplied data value as-is (never new(T)), so D may be an
interface holding a concrete pointer — the factory pattern frameworks like
bots-fw need for writes, mirroring GetRecordWithIDIntoData on the read side. A
free function because Go forbids type parameters on methods.

golangci-lint clean; 100% coverage; dal still does not import record; README and
typed-collection Feature/Plan specs updated; spec lint clean.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

4 of 4 new or added lines in 1 file covered. (100.0%)

7411 of 7415 relevant lines covered (99.95%)

1.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27279340179.1 10 Jun 2026 01:23PM UTC 120
99.95
GitHub Action Run
Source Files on build 27279340179
  • Tree
  • List 120
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5380bb13 on github
  • Prev Build on main (#27272597843)
  • Next Build on main (#27385666928)
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