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

golang-migrate / migrate / 23245252133
55%
master: 54%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/go_modules-9c5197dcb8
DEFAULT BRANCH: master
Ran 18 Mar 2026 01:04PM UTC
Jobs 2
Files 59
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

18 Mar 2026 12:40PM UTC coverage: 54.279% (-0.2%) from 54.432%
23245252133

Pull #1372

github

George Starikov
Add x-no-lock option to database drivers with real distributed locks

Add x-no-lock URL parameter to postgres, pgx, pgx/v5, sqlserver,
cockroachdb, and yugabytedb drivers following the existing MySQL
pattern. When set to true, Lock()/Unlock() become no-ops, allowing
driver initialization and Version() calls without acquiring advisory
or table-based locks.

Drivers with in-process-only atomic locks (sqlite, clickhouse, etc.)
are not changed as they never block.

Made-with: Cursor
Pull Request #1372: Add x-no-lock option to database drivers with real distributed locks

30 of 78 new or added lines in 6 files covered. (38.46%)

4408 of 8121 relevant lines covered (54.28%)

48.91 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
61.09
-1.3% database/cockroachdb/cockroachdb.go
8
68.59
-0.97% database/pgx/pgx.go
8
68.31
-1.24% database/pgx/v5/pgx.go
8
69.07
-1.24% database/postgres/postgres.go
8
69.66
-1.6% database/sqlserver/sqlserver.go
8
61.54
-1.0% database/yugabytedb/yugabytedb.go
Jobs
ID Job ID Ran Files Coverage
1 Go-1.24.x - 23245252133.1 18 Mar 2026 01:03PM UTC 59
54.28
GitHub Action Run
2 Go-1.25.x - 23245252133.2 18 Mar 2026 01:05PM UTC 59
54.28
GitHub Action Run
Source Files on build 23245252133
  • Tree
  • List 59
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1372
  • PR Base - master (#22942289248)
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