From 80c4d2d8c6228cec4f4d1d4d77666b7e6e3d34b6 Mon Sep 17 00:00:00 2001 From: chinelo-obitube Date: Sun, 21 Jul 2024 02:49:19 +0100 Subject: [PATCH] rewrite coverage --- .github/workflows/ci-tests.yml | 4 ++-- .github/workflows/test.yml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 32ad9bad70..057e8e8cc1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -284,10 +284,10 @@ jobs: - name: Download test coverage reporter env: CC_TEST_REPORTER_URL: https://codeclimate.com/downloads/test-reporter/test-reporter-0.7.0-linux-amd64 - run: curl -L $CC_TEST_REPORTER_URL > /test/cc-test-reporter + run: curl -L $CC_TEST_REPORTER_URL > test/cc-test-reporter - name: Give test coverage reporter executable permissions - run: chmod +x /test/cc-test-reporter + run: chmod +x test/cc-test-reporter - name: Save coverage env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5de58e1621..796d73cb42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,13 +105,13 @@ jobs: echo "GIT_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV echo "GIT_COMMIT_SHA=$GITHUB_SHA" >> $GITHUB_ENV - - name: Download test coverage reporter - env: - CC_TEST_REPORTER_URL: https://codeclimate.com/downloads/test-reporter/test-reporter-0.7.0-linux-amd64 - run: curl -L $CC_TEST_REPORTER_URL > /test/cc-test-reporter + # - name: Download test coverage reporter + # env: + # CC_TEST_REPORTER_URL: https://codeclimate.com/downloads/test-reporter/test-reporter-0.7.0-linux-amd64 + # run: curl -L $CC_TEST_REPORTER_URL > /test/cc-test-reporter - - name: Give test coverage reporter executable permissions - run: chmod +x /test/cc-test-reporter + # - name: Give test coverage reporter executable permissions + # run: chmod +x /test/cc-test-reporter - name: Save coverage env: