Skip to content

Commit

Permalink
include gocov in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert committed Aug 22, 2019
1 parent 2b1538a commit 99f1d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ test-all: clean-all install-ci-tools verify-gen lint metalint test-all-gen bins
@echo "--- $@"

.PHONY: test
test: test-base
test: install-ci-tools test-base
@echo "--- $@"
gocov convert $(coverfile) | gocov report
@PATH=$(combined_bin_paths):$(PATH) gocov convert $(coverfile) | gocov report

.PHONY: test-e2e
test-e2e:
Expand Down
4 changes: 4 additions & 0 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
{
"Repository": "github.com/kubernetes/kube-openapi/cmd/openapi-gen",
"Commit": "b52b5b0f5a7c473a00ca5580c49c83449146ac17"
},
{
"Repository": "github.com/axw/gocov",
"Commit": "b6eca663ebb7e7ef9798914d19f53ba2c6f74c96"
}
],
"RetoolVersion": "1.3.7"
Expand Down

0 comments on commit 99f1d6b

Please sign in to comment.