|
Ran
|
Jobs
2
|
Files
59
|
Run time
1min
|
Badge
README BADGES
|
push
github
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
| 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 |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | Go-1.25.x - 19788418582.1 | 59 |
54.43 |
GitHub Action Run | |
| 2 | Go-1.24.x - 19788418582.2 | 59 |
54.43 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|