Skip to content

Commit 7672b8b

Browse files
chore: deactivate Code Climate as it weirdly uses arm and fails because of it
1 parent b475425 commit 7672b8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969

70-
- name: Send coverage report with Code Climate
71-
uses: paambaati/codeclimate-action@v9.0.0
72-
env:
73-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
74-
coverageLocations: ${{ github.workspace }}/jest-coverage/lcov.info:lcov
70+
#- name: Send coverage report with Code Climate
71+
# uses: paambaati/codeclimate-action@v9.0.0
72+
# env:
73+
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
74+
# coverageLocations: ${{ github.workspace }}/jest-coverage/lcov.info:lcov
7575

7676
build-windows:
7777
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)