Turn on test coverage in Makefile/actions
This commit is contained in:
@@ -29,4 +29,4 @@ jobs:
|
|||||||
# Needed for the example-test to run.
|
# Needed for the example-test to run.
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
go test -v ./...
|
go test -cover -v ./...
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ example:
|
|||||||
go run ./example/cmd/example/main.go
|
go run ./example/cmd/example/main.go
|
||||||
|
|
||||||
check:
|
check:
|
||||||
go test ./...
|
go test -cover ./...
|
||||||
|
|
||||||
genqlient.png: genqlient.svg
|
genqlient.png: genqlient.svg
|
||||||
convert -density 600 -background transparent "$<" "$@"
|
convert -density 600 -background transparent "$<" "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user