Skip to content

Commit

Permalink
remove unnecessary make command
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 26, 2024
1 parent aa558db commit ada9d81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,6 @@ test-ibc: docker-build
test:
@$(GO_BIN) test $$($(GO_BIN) list ./... | grep -v 'contrib' | grep -v 'tests/e2e')

coverage:
@mkdir -p out
@$(GO_BIN) test -v -coverprofile=out/coverage.out $$($(GO_BIN) list ./... | grep -v 'contrib' | grep -v 'tests/e2e')
@$(GO_BIN) tool cover -html="out/coverage.out"

# Run cli integration tests
# `-p 4` to use 4 cores, `-tags cli_test` to tell $(GO_BIN) not to ignore the cli package
# These tests use the `kvd` or `kvcli` binaries in the build dir, or in `$BUILDDIR` if that env var is set.
Expand Down

0 comments on commit ada9d81

Please sign in to comment.