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 b1d5839 commit b9a4c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ jobs:
GITHUB_JOB_NAME: ${{ github.job }}
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: |
./test/test-coverage.sh
chmod +x "${GITHUB_WORKSPACE}/.github/script.sh"
"${GITHUB_WORKSPACE}/test/test-coverage.sh"
- uses: actions/upload-artifact@v2
with:
name: coverage-${{ matrix.ruby }}
Expand Down

0 comments on commit b9a4c1d

Please sign in to comment.