From a3013d1ba31a5461872f3e68131fbd855a9ffd01 Mon Sep 17 00:00:00 2001 From: tristan-greffe Date: Wed, 13 Mar 2024 19:58:37 +0100 Subject: [PATCH] ci: implementing new workflow using kash repository [additional tests] --- scripts/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 39aa9d1..852e28d 100644 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -53,6 +53,7 @@ yarn && yarn test ## Publish code coverage ## -if [ -n "$CODE_COVERAGE" ]; then + +if [ "$CODE_COVERAGE" = true ]; then send_coverage_to_cc "$CC_TEST_REPORTER_ID" fi \ No newline at end of file