Skip to content

Commit

Permalink
test: remove dir cmd and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Breeze0806 committed Oct 14, 2024
1 parent d2fc9f0 commit 009d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
echo "" > coverage.txt

for d in $(go list ./... ); do
for d in $(go list ./... | grep -v cmd | grep -v tools); do
go test -coverprofile=profile.out -covermode=atomic $d
if [ -f profile.out ]; then
cat profile.out >> coverage.txt
Expand Down

0 comments on commit 009d884

Please sign in to comment.