Skip to content

Commit 2979b66

Browse files
committed
add go reference badge
1 parent e22269b commit 2979b66

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ jobs:
2222
run: go test -v ./...
2323
- name: Update coverage report
2424
uses: ncruces/go-coverage-report@v0
25+
with:
26+
report: true
27+
chart: true
28+
amend: true

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# queuer
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/siherrmann/queuer.svg)](https://pkg.go.dev/github.com/siherrmann/queuer)
34
[![Go Coverage](https://github.com/siherrmann/queuer/wiki/coverage.svg)](https://raw.githack.com/wiki/siherrmann/queuer/coverage.html)
45

56
Queueing package based on postgres written in Go.

0 commit comments

Comments
 (0)