ci: fix Makefile test
CI / install-dependencies (pull_request) Successful in 24s
CI / image check (pull_request) Successful in 5s
CI / build check (pull_request) Successful in 24s
CI / check format (pull_request) Successful in 22s
CI / check lint (pull_request) Successful in 27s
CI / test (pull_request) Successful in 3m41s
CI / install-dependencies (pull_request) Successful in 24s
CI / image check (pull_request) Successful in 5s
CI / build check (pull_request) Successful in 24s
CI / check format (pull_request) Successful in 22s
CI / check lint (pull_request) Successful in 27s
CI / test (pull_request) Successful in 3m41s
This commit is contained in:
@@ -20,7 +20,7 @@ codegen:
|
|||||||
test: test-unit test-coverage
|
test: test-unit test-coverage
|
||||||
|
|
||||||
test-unit:
|
test-unit:
|
||||||
go test . -coverprofile=coverage.out
|
go test ./... -coverprofile=coverage.out
|
||||||
|
|
||||||
test-coverage:
|
test-coverage:
|
||||||
go tool gcov2lcov -infile coverage.out > lcov.info
|
go tool gcov2lcov -infile coverage.out > lcov.info
|
||||||
|
|||||||
Reference in New Issue
Block a user