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

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

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 11:55AM 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 11:54AM UTC coverage: 22.44% (+0.009%) from 22.431%
27274411755

push

github

web-flow
refactor(botsdal): migrate GetBotChat/GetPlatformUser onto dal.GetRecordWithIDIntoData (#73)

dalgo v0.61.0 added dal.GetRecordWithIDIntoData[K,D], which decodes a record
into a caller-supplied data value (so interface D + factory works) and returns
record.DataWithID[K,D] (now an alias of dal.RecordWithDataAndID). Replace the
manual "build key -> NewDataWithID -> tx.Get" in the two read functions with it:

- GetBotChat     -> dal.GetRecordWithIDIntoData(ctx, tx, key, chatID, newData())
- GetPlatformUser -> BotUser(dal.GetRecordWithIDIntoData(ctx, tx, key, botUserID, platformUserData))

Behavior and return types are unchanged (same DataWithID shape, same not-found
semantics, same data validation via NewRecordWithDataAndID). Bumps dalgo
v0.60.1 -> v0.61.0. CreatePlatformUserRecord stays as-is (it is a write).
Updates DALGO-TYPED-COLLECTION.md status to reflect the migration.

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

2 of 3 new or added lines in 2 files covered. (66.67%)

1181 of 5263 relevant lines covered (22.44%)

0.27 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.0
0.0% botsdal/dal_bot_chat.go
Jobs
ID Job ID Ran Files Coverage
1 27274411755.1 10 Jun 2026 11:55AM UTC 74
22.44
GitHub Action Run
Source Files on build 27274411755
  • Tree
  • List 74
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6fd8d855 on github
  • Prev Build on main (#27270982143)
  • Next Build on main (#27279643064)
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