mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
ci: remove json format for go test.
This commit is contained in:
@@ -22,7 +22,7 @@ generate-mock:
|
||||
# run unit test
|
||||
unit-test:
|
||||
mkdir -p artifacts/report/coverage
|
||||
go test -v -json -cover -coverprofile c.out.tmp ./...
|
||||
go test -v -cover -coverprofile c.out.tmp ./...
|
||||
cat c.out.tmp | grep -v "_mock.go" > c.out
|
||||
go tool cover -html=c.out -o artifacts/report/coverage/index.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user