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

golang-migrate / migrate / 30982595456
55%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2026 07:06AM UTC
Jobs 2
Files 60
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

05 Aug 2026 06:47AM UTC coverage: 54.697% (+0.3%) from 54.412%
30982595456

Pull #1379

github

gm42
Add Firebolt database driver

Introduce a new database driver for Firebolt (https://www.firebolt.io/),
using the official firebolt-go-sdk v1.20.0.

The driver implements the full database.Driver contract: version tracking
via an append-only migrations table (BIGINT version, BOOLEAN dirty,
BIGINT sequence), in-process locking, multi-statement migration support,
and DROP via information_schema.tables.

Integration tests use dktest with the Firebolt Core Docker image
(ghcr.io/firebolt-db/engine:dev), following the same
pattern as Postgres and other Docker-based drivers.

Notable implementation detail: the Open() method reconstructs the DSN
manually instead of using url.URL.String(), because Go drops the "//"
authority separator from "firebolt://" when both Host and Path are empty,
which the Firebolt SDK's regex-based parser rejects.
Pull Request #1379: Add Firebolt database driver

123 of 183 new or added lines in 1 file covered. (67.21%)

4501 of 8229 relevant lines covered (54.7%)

48.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
60
67.21
database/firebolt/firebolt.go
Jobs
ID Job ID Ran Files Coverage
1 Go-1.26.x - 30982595456.1 05 Aug 2026 07:09AM UTC 60
54.7
GitHub Action Run
2 Go-1.25.x - 30982595456.2 05 Aug 2026 07:06AM UTC 60
54.7
GitHub Action Run
Source Files on build 30982595456
  • Tree
  • List 60
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1379
  • PR Base - master (#28747999081)
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