From 184956d88b5741185affa9995a072f0b979f237e Mon Sep 17 00:00:00 2001 From: Matteo Vivona Date: Mon, 21 Aug 2023 14:47:16 +0200 Subject: [PATCH] chore: set codeclimate as optional step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1512b92..d36d561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}