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

golang-migrate / migrate / 19788418582
54%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2025 07:57PM 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

29 Nov 2025 07:37PM UTC coverage: 54.432% (+0.4%) from 54.049%
19788418582

push

github

web-flow
chore: remove dependency on "hashicorp/go-multierror" (#1322)

* feat: remove dependency on "hashicorp/go-multierror"

It seems the project has been unmainted for quite some time already,
see for example https://github.com/hashicorp/go-multierror/issues/97
and https://github.com/hashicorp/go-multierror/issues/98.
This also removes an uneccessary dependency which slims down the go.mod.

Go as of version 1.20 supports appending errors by specifying
multiple "%w" formatters in the "fmt.Errorf"[^0] function.

[^0]: https://pkg.go.dev/fmt#Errorf

* feat: use errors.Join to combine multiple errors

As an update to the previous commit 59f084ea3,
use "errors.Join"[^0] instead of multiple "%w" formatters for "fmt.Errorf".

[^0]: https://pkg.go.dev/errors#Join

* chore: bring back unused util.go file as removing it is a breaking change

1 of 68 new or added lines in 22 files covered. (1.47%)

4378 of 8043 relevant lines covered (54.43%)

48.59 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
45.13
0.59% database/cassandra/cassandra.go
1
74.25
0.82% database/mongodb/mongodb.go
1
79.27
1.21% database/rqlite/rqlite.go
1
69.3
0.95% database/spanner/spanner.go
1
0.0
0.0% testing/docker.go
2
69.08
0.99% database/clickhouse/clickhouse.go
2
75.46
1.36% database/firebird/firebird.go
3
62.39
0.82% database/cockroachdb/cockroachdb.go
3
71.26
0.83% database/sqlserver/sqlserver.go
3
62.54
0.62% database/yugabytedb/yugabytedb.go
3
71.41
0.0% migrate.go
4
63.69
0.56% database/mysql/mysql.go
4
69.55
0.66% database/pgx/v5/pgx.go
4
70.31
0.65% database/postgres/postgres.go
4
63.35
1.16% database/ql/ql.go
4
67.44
0.93% database/redshift/redshift.go
4
0.0
0.0% database/snowflake/snowflake.go
4
67.24
1.14% database/sqlcipher/sqlcipher.go
4
67.24
1.14% database/sqlite/sqlite.go
4
67.24
1.14% database/sqlite3/sqlite3.go
5
67.82
0.0% database/neo4j/neo4j.go
5
69.55
0.51% database/pgx/pgx.go
Jobs
ID Job ID Ran Files Coverage
1 Go-1.25.x - 19788418582.1 29 Nov 2025 07:57PM UTC 59
54.43
GitHub Action Run
2 Go-1.24.x - 19788418582.2 29 Nov 2025 07:58PM UTC 59
54.43
GitHub Action Run
Source Files on build 19788418582
  • Tree
  • List 59
  • Changed 22
  • Source Changed 0
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 89e308c3 on github
  • Prev Build on master (#19730635483)
  • Next Build on master (#20215682023)
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

© 2025 Coveralls, Inc