From 61440871faa7366e764ccca60ad80611ff5f62d7 Mon Sep 17 00:00:00 2001 From: Will Fitzgerald Date: Thu, 30 Jul 2020 09:47:20 -0400 Subject: [PATCH] link to Test workflow --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0d2d1..c920f57 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ *Go language library to map between non-negative integers and boolean values* -![Test](https://github.com/willf/bitset/workflows/Test/badge.svg) [![Master Coverage Status](https://coveralls.io/repos/willf/bitset/badge.svg?branch=master&service=github)](https://coveralls.io/github/willf/bitset?branch=master) +[![Test](https://github.com/willf/bitset/workflows/Test/badge.svg)](https://github.com/willf/bitset/actions?query=workflow%3ATest) +[![Master Coverage Status](https://coveralls.io/repos/willf/bitset/badge.svg?branch=master&service=github)](https://coveralls.io/github/willf/bitset?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/willf/bitset)](https://goreportcard.com/report/github.com/willf/bitset) [![PkgGoDev](https://pkg.go.dev/badge/github.com/willf/bitset?tab=doc)](https://pkg.go.dev/github.com/willf/bitset?tab=doc)