Skip to content

Commit

Permalink
Add Code Climate coverage report upload to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Jun 28, 2024
1 parent 61f877c commit eac12ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ jobs:
directory: ./coverage
fail_ci_if_error: true
verbose: true

- name: Upload code coverage report to Code Climate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm run coverage

0 comments on commit eac12ff

Please sign in to comment.