mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-31 21:14:46 +08:00
test coverage and linting
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
|
||||
set -e
|
||||
|
||||
go test -coverprofile=coverage.out
|
||||
go test -coverprofile=coverage.out ./...
|
||||
go tool cover -html=coverage.out -o cover/coverage.html
|
||||
|
||||
Reference in New Issue
Block a user