Skip to content

Commit e882801

Browse files
chore: Add more badges and fix a typo in comment
1 parent 13adafc commit e882801

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# godfish
22

33
[![Go Reference](https://pkg.go.dev/badge/github.com/rafaelespinoza/godfish.svg)](https://pkg.go.dev/github.com/rafaelespinoza/godfish)
4+
[![codecov](https://codecov.io/gh/rafaelespinoza/godfish/branch/main/graph/badge.svg?token=EoLelW4qiy)](https://codecov.io/gh/rafaelespinoza/godfish)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/rafaelespinoza/godfish)](https://goreportcard.com/report/github.com/rafaelespinoza/godfish)
46

57
[![cassandra](https://github.com/rafaelespinoza/godfish/actions/workflows/cassandra.yml/badge.svg)](https://github.com/rafaelespinoza/godfish/actions/workflows/cassandra.yml)
68
[![mysql](https://github.com/rafaelespinoza/godfish/actions/workflows/mysql.yml/badge.svg)](https://github.com/rafaelespinoza/godfish/actions/workflows/mysql.yml)

internal/test/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func newMigrationStub(mig internal.Migration, version internal.Version, ind inte
190190
return stub.NewMigration(mig, version, ind)
191191
}
192192

193-
// collectAppliedVersions uses the Driver's AppliedVersions method to retreive
193+
// collectAppliedVersions uses the Driver's AppliedVersions method to retrieve
194194
// and scan migration version. It opens a new connection in case the connection
195195
// isn't already on the Driver, but it does close it afterwards.
196196
func collectAppliedVersions(driver godfish.Driver) (out []string, err error) {

0 commit comments

Comments
 (0)