Skip to content

Commit

Permalink
remove coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 19, 2024
1 parent bf3f646 commit db3ce67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,11 @@ jobs:
-e GITHUB_JOB=${{ github.job }} \
-e AWS_CONFIG_FILE=/app/credentials \
api test/test-coverage.sh
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: api test/test-coverage.sh
debug: true

0 comments on commit db3ce67

Please sign in to comment.