Skip to content

Commit

Permalink
ci: add code climate coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 9, 2023
1 parent 5238fcc commit 23b975d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
files: coverage/ssr-tests/lcov.info,coverage/storybook/lcov.info
directory: ./coverage

- name: Upload Code Climate Test Coverage
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: '${{ secrets.CC_TEST_REPORTER_ID }}'

- uses: preactjs/compressed-size-action@v2
with:
Expand Down

0 comments on commit 23b975d

Please sign in to comment.