diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f4963bda3..a84a59992 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,6 +72,7 @@ jobs: - name: Project security test run: "nox -p ${{ matrix.python }} -s safety_tests" - name: Send coverage report to codeclimate + continue-on-error: true uses: paambaati/codeclimate-action@v3.0.0 with: coverageCommand: echo "Ignore rerun"