Update coverage.sh

Signed-off-by: 蔡秀吉 <84045975+thc1006@users.noreply.github.com>
pull/31068/head
蔡秀吉 2 months ago committed by GitHub
parent ba1f33a10e
commit 2dd7f8f812
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@ generate_cover_data() {
for d in $(go list ./...) ; do
(
local output="${coverdir}/${d//\//-}.cover"
go test -coverprofile="${output}" -covermode="$covermode" "$d"
go test -coverprofile="${output}" -covermode="$covermode" "$d" $(TESTARGS)
)
done

Loading…
Cancel
Save