chore_: test-with-coverage-old
This commit is contained in:
parent
cddff8bdb4
commit
9b0f88e55b
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
coverage_file_path="$(mktemp coverage.out.rerun.XXXXXXXXXX --tmpdir="${PACKAGE_DIR}")"
|
||||
go test -json \
|
||||
-covermode=atomic \
|
||||
-coverprofile="${coverage_file_path}" \
|
||||
-coverpkg ./... \
|
||||
"$@"
|
Loading…
Reference in New Issue