Turn on test coverage in Makefile/actions
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user