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 abb9b5e commit 4ce0678Copy full SHA for 4ce0678
test.sh
@@ -65,6 +65,7 @@ then
65
echo "= go test ==============================================================="
66
cov_tmp="$(mktemp)"
67
readonly COVERAGE_PATH=./out/coverage.txt
68
+ mkdir -p "$(dirname "${COVERAGE_PATH}")"
69
echo "mode: count" >"${COVERAGE_PATH}"
70
pkgs=$(go list -f '{{ if .TestGoFiles }}{{.ImportPath}}{{end}}' ./cmd/... ./pkg/... | xargs)
71
go test \
0 commit comments