Skip to content

Commit

Permalink
chore: set codeclimate as optional step
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Aug 21, 2023
1 parent 011fee5 commit 184956d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
path-to-lcov: ./coverage/lcov.info

- name: CodeClimate
continue-on-error: true
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TEST_REPORTER_ID }}

0 comments on commit 184956d

Please sign in to comment.