Skip to content

Commit 1026be4

Browse files
Remove go tool cover in make test-unit-cover (cosmos#792)
1 parent 79bcc14 commit 1026be4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ test-unit-cover: run-tests
169169
@tail -n +2 evmd/coverage_evmd.txt >> coverage.txt && rm evmd/coverage_evmd.txt
170170
@echo "🧹 Filtering ignored files from coverage.txt..."
171171
@grep -v -E '/cmd/|/client/|/proto/|/testutil/|/mocks/|/test_.*\.go:|\.pb\.go:|\.pb\.gw\.go:|/x/[^/]+/module\.go:|/scripts/|/ibc/testing/|/version/|\.md:|\.pulsar\.go:' coverage.txt > tmp_coverage.txt && mv tmp_coverage.txt coverage.txt
172-
@echo "📊 Coverage summary:"
173-
@go tool cover -func=coverage.txt
174172

175173
test: test-unit
176174

0 commit comments

Comments
 (0)