mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
fix(run_unit_tests)_: proper TEST_WITH_COVERAGE_REPORTS_DIR path
This commit is contained in:
parent
2438311f7c
commit
cd6f2cce39
@ -82,7 +82,7 @@ run_test_for_packages() {
|
||||
|
||||
# Merge package coverage results
|
||||
go run ./cmd/test-coverage-utils/gocovmerge.go ${TEST_WITH_COVERAGE_REPORTS_DIR}/coverage.out.rerun.* > ${coverage_file}
|
||||
rm -f "${COVERAGE_REPORTS_DIR}/coverage.out.rerun.*"
|
||||
rm -f "${TEST_WITH_COVERAGE_REPORTS_DIR}/coverage.out.rerun.*"
|
||||
|
||||
echo "${go_test_exit}" > "${exit_code_file}"
|
||||
if [[ "${go_test_exit}" -ne 0 ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user