Skip to content

Commit

Permalink
add codeclimate
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 c2135ef commit 74929d0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,13 @@ jobs:
-e GITHUB_PULL_REQUEST=${{ github.event.pull_request.number || 0 }} \
-e GITHUB_JOB=${{ github.job }} \
-e AWS_CONFIG_FILE=/app/credentials \
api test/test-coverage.sh
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
coverageLocations: ${{ github.workspace }}/coverage/coverage.json:simplecov
debug: true

0 comments on commit 74929d0

Please sign in to comment.