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

bots-go-framework / bots-fw / 27279643064
23%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 01:28PM UTC
Jobs 1
Files 74
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:27PM UTC coverage: 22.425% (-0.02%) from 22.44%
27279643064

push

github

web-flow
refactor(botsdal): migrate CreatePlatformUserRecord onto dal.InsertRecordWithDataAndID (#74)

dalgo v0.62.0 added the typed write helper dal.InsertRecordWithDataAndID (the
write twin of GetRecordWithIDIntoData), which inserts a caller-supplied data
value as-is so interface D works. Replace the manual "build key ->
NewDataWithID -> tx.Insert" with it:

  key := NewPlatformUserKey(platformID, botUserID)
  _, err = dal.InsertRecordWithDataAndID(ctx, tx, key, botUserID, platformUserData)

The Validate() pre-check is unchanged; data validation/serialization behavior is
identical (InsertRecordWithDataAndID builds the record via NewRecordWithDataAndID,
same as the old record.NewDataWithID). Drops the now-unused record import from
dal_bot_user.go. Bumps dalgo v0.61.0 -> v0.62.0. Updates DALGO-TYPED-COLLECTION.md.

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

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

1180 of 5262 relevant lines covered (22.42%)

0.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27279643064.1 10 Jun 2026 01:28PM UTC 74
22.42
GitHub Action Run
Source Files on build 27279643064
  • Tree
  • List 74
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a584293c on github
  • Prev Build on main (#27274411755)
  • Next Build on main (#27280061684)
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