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

dal-go / dalgo / 27270816792
100%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 10:45AM UTC
Jobs 1
Files 118
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 10:44AM UTC coverage: 99.946%. Remained the same
27270816792

push

github

web-flow
refactor(dal): move WithID/DataWithID into dal as RecordWithID/RecordWithDataAndID (#75)

Relocate the typed record-id value types from package record into package dal,
renamed for clarity and to dissolve the recurring dal->record import-cycle tax
(now the typed Collection layer can return them directly in future work):

- record.WithID[K]        -> dal.RecordWithID[K]
- record.DataWithID[K,D]  -> dal.RecordWithDataAndID[K,D]

The types only ever depended on dal (Key/Record/NewRecordWithData), so moving
them adds no new import and the dal-does-not-import-record invariant still holds.

Backward compatibility: record.WithID / record.DataWithID remain as type aliases,
and record.NewWithID / record.NewDataWithID remain as thin forwarders, so
recordops and external consumers (e.g. bots-fw) compile unchanged. The embedded
field rename (DataWithID.WithID -> RecordWithDataAndID.RecordWithID) affects only
the constructor/tests being moved; no other code uses the embedded field name.

Full validation matrix ported to dal tests; record keeps forwarder tests.
golangci-lint clean; 100% coverage on moved code + forwarders; spec lint clean.

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

41 of 41 new or added lines in 4 files covered. (100.0%)

7391 of 7395 relevant lines covered (99.95%)

1.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27270816792.1 10 Jun 2026 10:45AM UTC 118
99.95
GitHub Action Run
Source Files on build 27270816792
  • Tree
  • List 118
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a9b52189 on github
  • Prev Build on main (#27267412797)
  • Next Build on main (#27272597843)
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