Skip to content

Commit

Permalink
chore: update code-climate action
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Freisler <[email protected]>
  • Loading branch information
FRSgit committed Nov 19, 2022
1 parent 5370400 commit 8089836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@ jobs:
run: yarn --immutable
- name: Test integration (with coverage) and upload to CodeClimate
if: ${{ github.ref == 'refs/heads/main' }}
uses: paambaati/codeclimate-action@93c6213edc13fcb74a684a39a32956ebf417dd1c
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
debug: true
coverageCommand: yarn test:integration:ci
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov
Expand Down

0 comments on commit 8089836

Please sign in to comment.