Skip to content

Commit

Permalink
disable codeclimate due to Node.js 16 deprecation (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg authored Feb 10, 2024
1 parent 4aceff5 commit de2f5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit de2f5ea

Please sign in to comment.