diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 50a8d80d..5b65e1d1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: Go +name: Test on: push: branches: # Array of patterns that match refs/heads diff --git a/README.md b/README.md index 2b0d8c6d..d4db2352 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ |___/ |_| ``` [![GitHub tag](https://img.shields.io/github/tag/doug-martin/goqu.svg?style=flat)](https://github.com/doug-martin/goqu/releases) -[![Build Status](https://travis-ci.org/doug-martin/goqu.svg?branch=master)](https://travis-ci.org/doug-martin/goqu) +[![Actions Status](https://github.com/doug-martin/goqu/workflows/Test/badge.svg)](https://github.com/doug-martin/goqu/actions) [![GoDoc](https://godoc.org/github.com/doug-martin/goqu?status.png)](http://godoc.org/github.com/doug-martin/goqu) [![codecov](https://codecov.io/gh/doug-martin/goqu/branch/master/graph/badge.svg)](https://codecov.io/gh/doug-martin/goqu) [![Go Report Card](https://goreportcard.com/badge/github.com/doug-martin/goqu/v8)](https://goreportcard.com/report/github.com/doug-martin/goqu/v8) `goqu` is an expressive SQL builder and executor - + If you are upgrading from an older version please read the [Migrating Between Versions](./docs/version_migration.md) docs.