Skip to content

Commit

Permalink
rewrite coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 21, 2024
1 parent 2054c7a commit 80c4d2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 80c4d2d

Please sign in to comment.