Turn on test coverage in Makefile/actions

This commit is contained in:
Ben Kraft
2021-04-23 18:18:07 -07:00
parent 6adfe3b237
commit c34c5ff505
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ jobs:
# Needed for the example-test to run.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go test -v ./...
go test -cover -v ./...
+1 -1
View File
@@ -3,7 +3,7 @@ example:
go run ./example/cmd/example/main.go
check:
go test ./...
go test -cover ./...
genqlient.png: genqlient.svg
convert -density 600 -background transparent "$<" "$@"