From 82dbf77783ed053d45765a024c249a19f1f37631 Mon Sep 17 00:00:00 2001 From: Alexandr Yepishev Date: Wed, 27 Nov 2024 23:49:38 +0000 Subject: [PATCH] Restore producing test coverage report for each unit test run --- tools/bin/go_core_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/go_core_tests b/tools/bin/go_core_tests index 0fffcb72a39..492e0d7de45 100755 --- a/tools/bin/go_core_tests +++ b/tools/bin/go_core_tests @@ -29,4 +29,4 @@ else echo "All tests passed!" fi echo "go_core_tests exiting with code $EXITCODE" -exit $EXITCODE +exit $EXITCODE \ No newline at end of file