README badges

This commit is contained in:
neilotoole 2023-04-21 21:27:29 -06:00
parent e1abaf6c3e
commit da38fa9cb0
2 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ jobs:
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...
# https://github.com/ncruces/go-coverage-report
- name: Update coverage report - name: Update coverage report
uses: ncruces/go-coverage-report@v0 uses: ncruces/go-coverage-report@v0
with: with:

View File

@ -1,5 +1,5 @@
[![Go Coverage](https://github.com/neilotoole/sq/wiki/coverage.svg)](https://raw.githack.com/wiki/neilotoole/sq/coverage.html) [![Go Coverage](https://github.com/neilotoole/sq/wiki/coverage.svg)](https://raw.githack.com/wiki/neilotoole/sq/coverage.html)
[![Go Reference](https://pkg.go.dev/badge/github.com/neilotoole/sq.svg)](https://pkg.go.dev/github.com/neilotoole/sq)
# sq: data wrangler # sq: data wrangler