We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc50883 commit d8c90b0Copy full SHA for d8c90b0
Makefile
@@ -16,7 +16,7 @@ lint:
16
17
# Force module mode and CGO so wasmer-go finds its packaged libs.
18
test:
19
- GOFLAGS= CGO_ENABLED=1 go test -mod=mod -v=true -cover=true -count=1 ./...
+ GOFLAGS= CGO_ENABLED=1 go test -mod=mod -v=true -cover=true -coverprofile=coverage.out -count=1 ./... && go tool cover -html=coverage.out -o coverage.html
20
21
vendor:
22
go mod vendor
0 commit comments