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…
Reference in New Issue