File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments