8000 update test bash · liaol/awesome-golang-leetcode@b12f1c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b12f1c7

Browse files
committed
update test bash
1 parent b7a397f commit b12f1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
echo "" > coverage.txt
55

6-
for d in $(go list ./... | grep -v vendor); do
6+
for d in $(go list ./src... | grep -v vendor); do
77
echo $d
88
go test -coverprofile=profile.out -covermode=atomic $d
99
if [ -f profile.out ]; then

0 commit comments

Comments
 (0)
0