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

dal-go / dalgo / 25752093311
100%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 05:49PM UTC
Jobs 1
Files 73
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

12 May 2026 05:49PM UTC coverage: 100.0%. Remained the same
25752093311

push

github

trakhimenok
docs(spec): add Approved Feature — concurrency-capability

Promotes the Approved Idea `concurrency-capability` to a Feature
spec at `spec/features/concurrency-capability/`.

The Feature pins a single capability — `dal.ConcurrencyAware` with
one method `SupportsConcurrentConnections() bool` — and embeds it
into the existing `dal.DB` interface alongside `TransactionCoordinator`
and `ReadSession`. This is a deliberate pivot from the Idea's
original "opt-in via type assertion" direction: every `DB`
implementation has a concurrency answer to give, "unknown" is a
fake state, and embedding matches dalgo's existing capability
composition pattern.

Ships:
- `dal.ConcurrencyAware` interface
- `dal.NoConcurrency` and `dal.ConcurrencyAvailable` reusable
  embeddable structs (zero method body at driver site)
- `dal.DB` interface gains the embedded capability
- godoc covering contract, stability guarantee, intentional absence
  of read/write asymmetry, and the embed-helper pattern
- in-package Go tests against mock DB types

Out of scope (driver repos pick up adoption):
- dalgo2sql (SQLite → false, PostgreSQL → true)
- dalgo2ingitdb (false until stress-tested)

Source Idea updated in lockstep: Recommended Direction reflects the
embed decision; one Should-be-true assumption is now Invalidated;
all four original Open Questions resolved at promotion.

Reviewer subagent: Approved (two advisory wording tightenings
applied to lifetime semantics and the AC for embedded-interface
verification).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

3301 of 3301 relevant lines covered (100.0%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25752093311.1 12 May 2026 05:49PM UTC 73
100.0
GitHub Action Run
Source Files on build 25752093311
  • Tree
  • List 73
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 349bddbe on github
  • Prev Build on main (#25750961378)
  • Next Build on main (#25753505920)
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