Skip to content

Commit 94e8a3d

Browse files
authored
Merge pull request #3 from jbowes/more-badges
Add more cool badges
2 parents 22607e5 + 3825be0 commit 94e8a3d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ jobs:
2222
run: go build -v ./...
2323

2424
- name: Test
25-
run: go test -v ./...
25+
run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
26+
27+
- name: Upload coverage to Codecov
28+
run: bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<div align="center">
1010
<a href="https://godoc.org/github.com/jbowes/httpsig"><img src="https://godoc.org/github.com/jbowes/httpsig?status.svg" alt="GoDoc"></a>
1111
<img alt="Alpha Quality" src="https://img.shields.io/badge/status-ALPHA-orange.svg" >
12+
<a href="https://github.com/jbowes/httpsig/actions/workflows/go.yml"><img alt="Build Status" src="https://github.com/jbowes/httpsig/actions/workflows/go.yml/badge.svg?branch=main"></a>
1213
<a href="./LICENSE"><img alt="BSD license" src="https://img.shields.io/badge/license-BSD-blue.svg"></a>
14+
<a href="https://codecov.io/gh/jbowes/httpsig"><img alt="codecov" src="https://img.shields.io/codecov/c/github/jbowes/httpsig.svg"></a>
1315
<a href="https://goreportcard.com/report/github.com/jbowes/httpsig"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/jbowes/httpsig"></a>
1416
</div><br /><br />
1517

@@ -133,4 +135,4 @@ I would love your help!
133135
[bug]: ./issues/new?labels=bug
134136
[enhancement]: ./issues/new?labels=enhancement
135137

136-
[me]: https://twitter.com/jrbowes
138+
[me]: https://twitter.com/jrbowes

0 commit comments

Comments
 (0)