diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a851bfee10..0a3a8b57a2 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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/codeclimate-action@v3.0.0 + env: + CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} + with: + coverageCommand: api test/test-coverage.sh + debug: true