Skip to content

Commit c01c5d4

Browse files
committed
remove codeclimate
1 parent cc4a300 commit c01c5d4

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

.codeclimate.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/coverage.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,9 @@ jobs:
4242
- name: Copy Test Config
4343
run: cp ./test/config.github.js ./test/config.js
4444

45-
- name: Code Climate (Before)
46-
if: ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' && matrix.node == 20 }}
47-
run: |
48-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./codeclimate-test-reporter
49-
chmod +x codeclimate-test-reporter
50-
./codeclimate-test-reporter before-build
51-
5245
- name: Run Coverage Testing
5346
run: npm run coverage
54-
55-
- name: Code Climate (After)
56-
if: ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' && matrix.node == 20 }}
57-
run: |
58-
./codeclimate-test-reporter after-build -t lcov --exit-code $?
59-
47+
6048
- name: Codecov
6149
if: ${{ github.event_name != 'pull_request' && env.CODECOV_TOKEN != '' && matrix.node == 20 }}
6250
run: |

0 commit comments

Comments
 (0)