From 969ca433a7bc30de65261aac3a9dbfd2e731de13 Mon Sep 17 00:00:00 2001 From: chinelo-obitube Date: Sun, 21 Jul 2024 03:35:04 +0100 Subject: [PATCH] rewrite coverage --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22c033aa93..6da0c8533e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -143,5 +143,4 @@ jobs: -e GIT_COMMIT_SHA=$GITHUB_COMMIT_SHA \ -e CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID \ -e GITHUB_JOB_NAME=$GITHUB_JOB_NAME \ - -e AWS_CONFIG_FILE=/app/credentials \ - api test/test-coverage.sh \ No newline at end of file + -e AWS_CONFIG_FILE=/app/credentials api test/test-coverage.sh \ No newline at end of file