diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0961598..0de8821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} run: make test - name: test-coverage - if: ${{ github.event_name == 'push' }} + if: ${{ false && github.event_name == 'push' }} uses: paambaati/codeclimate-action@v5.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}