We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22269b commit 2979b66Copy full SHA for 2979b66
2 files changed
.github/workflows/coverage.yml
@@ -22,3 +22,7 @@ jobs:
22
run: go test -v ./...
23
- name: Update coverage report
24
uses: ncruces/go-coverage-report@v0
25
+ with:
26
+ report: true
27
+ chart: true
28
+ amend: true
README.md
@@ -1,5 +1,6 @@
1
# queuer
2
3
+[](https://pkg.go.dev/github.com/siherrmann/queuer)
4
[](https://raw.githack.com/wiki/siherrmann/queuer/coverage.html)
5
6
Queueing package based on postgres written in Go.
0 commit comments