From 5b11c6a9291404c834617a3f5cb6a0caa94be8bb Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Wed, 18 Aug 2021 14:54:28 -0400 Subject: [PATCH] Minor updates, new badge --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9dda03..d88d022 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![Report](https://goreportcard.com/badge/github.com/BitcoinSchema/go-bitcoin?style=flat&v=4)](https://goreportcard.com/report/github.com/BitcoinSchema/go-bitcoin) [![codecov](https://codecov.io/gh/BitcoinSchema/go-bitcoin/branch/master/graph/badge.svg?v=4)](https://codecov.io/gh/BitcoinSchema/go-bitcoin) [![Go](https://img.shields.io/github/go-mod/go-version/BitcoinSchema/go-bitcoin?v=4)](https://golang.org/) +
+[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/BitcoinSchema/go-bitcoin&style=flat&v=4)](https://mergify.io) [![Sponsor](https://img.shields.io/badge/sponsor-BitcoinSchema-181717.svg?logo=github&style=flat&v=4)](https://github.com/sponsors/BitcoinSchema) [![Donate](https://img.shields.io/badge/donate-bitcoin-ff9900.svg?logo=bitcoin&style=flat&v=4)](https://gobitcoinsv.com/#sponsor?utm_source=github&utm_medium=sponsor-link&utm_campaign=go-bitcoin&utm_term=go-bitcoin&utm_content=go-bitcoin) @@ -122,6 +124,7 @@ all Runs multiple commands clean Remove previous builds and any test cache data clean-mods Remove all the Go mod cache coverage Shows the test coverage +generate Runs the go generate command in the base of the repo godocs Sync the latest tag with GoDocs help Show this help message install Install the application @@ -140,6 +143,7 @@ test-ci Runs all tests via CI (exports coverage) test-ci-no-race Runs all tests via CI (no race) (exports coverage) test-ci-short Runs unit tests via CI (exports coverage) test-short Runs vet, lint and tests (excludes integration tests) +test-unit Runs tests and outputs coverage uninstall Uninstall the application (and remove files) update-linter Update the golangci-lint package (macOS only) vet Run the Go vet application @@ -151,7 +155,7 @@ vet Run the Go vet application ## Examples & Tests All unit tests and [examples](examples) run via [Github Actions](https://github.com/BitcoinSchema/go-bitcoin/actions) and -uses [Go version 1.14.x, 1.15.x and 1.16.x](https://golang.org/doc/go1.16). View the [configuration file](.github/workflows/run-tests.yml). +uses [Go version 1.15.x](https://golang.org/doc/go1.15). View the [configuration file](.github/workflows/run-tests.yml). Run all tests (including integration tests) @@ -208,6 +212,8 @@ The most basic way to show your support is to star :star2: the project, or to ra You can also support this project by [becoming a sponsor on GitHub](https://github.com/sponsors/BitcoinSchema) :clap: or by making a [**bitcoin donation**](https://gobitcoinsv.com/#sponsor?utm_source=github&utm_medium=sponsor-link&utm_campaign=go-bitcoin&utm_term=go-bitcoin&utm_content=go-bitcoin) to ensure this journey continues indefinitely! :rocket: +[![Stars](https://img.shields.io/github/stars/BitcoinSchema/go-bitcoin?label=Please%20like%20us&style=social)](https://github.com/BitcoinSchema/go-bitcoin/stargazers) +
## License