Skip to content

Commit 5786fc5

Browse files
authored
Merge pull request #274 from alarmdisplay/remove-code-climate
Remove Code Climate
2 parents f2b0610 + b403867 commit 5786fc5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test-server.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ jobs:
4343
env:
4444
NODE_CONFIG_ENV: ci
4545
MYSQL_URI: mysql://hub:hub@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/hub
46-
- name: Upload code coverage to Code Climate
47-
uses: paambaati/codeclimate-action@7c100bd1ed15de0bdee476b38ca759d8c94207b5 # v8.0.0
48-
env:
49-
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
50-
with:
51-
coverageLocations: |
52-
${{github.workspace}}/server/coverage/lcov.info:lcov
5346

5447
- name: Upload coverage reports to Codecov
5548
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

0 commit comments

Comments
 (0)