We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b6210 commit 66abe2eCopy full SHA for 66abe2e
gocoverage.sh
@@ -13,7 +13,7 @@ for dir in $(find . -maxdepth 10 -not -path './.git*' -not -path '*/_*' -type d)
13
do
14
if ls $dir/*.go &> /dev/null; then
15
# echo $dir
16
- if [[ $dir != "./tests/vm" ]]
+ if [[ $dir != "./tests/vm" && $dir != "." ]]
17
then
18
go test -covermode=count -coverprofile=$dir/profile.tmp $dir
19
fi
0 commit comments