Skip to content

Commit cfbb629

Browse files
authored
chore: Remove Codeclimate (#3597)
1 parent 7f38ebf commit cfbb629

File tree

4 files changed

+0
-57
lines changed

4 files changed

+0
-57
lines changed

.codeclimate.yml

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

.github/workflows/nodejs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,8 @@ jobs:
3232
uses: actions/setup-node@v1
3333
with:
3434
node-version: ${{ matrix.node-version }}
35-
- run: npm i npm -g
36-
- run: npm install -g codeclimate-test-reporter
3735
- run: npm install
3836
- run: npm test
3937
env:
4038
CI: true
4139
TEST_DB: postgres
42-
- run: |
43-
if [ "$CODECLIMATE_REPO_TOKEN" != "" ]; then
44-
codeclimate-test-reporter < coverage/lcov.info
45-
fi
46-
env:
47-
CODECLIMATE_REPO_TOKEN: ${{ secrets.codeclimate }}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
---
66

77
[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
8-
[![Maintainability](https://api.codeclimate.com/v1/badges/cb5ec42a2d0cc1a47a02/maintainability)](https://codeclimate.com/github/feathersjs/feathers/maintainability)
9-
[![Test Coverage](https://api.codeclimate.com/v1/badges/cb5ec42a2d0cc1a47a02/test_coverage)](https://codeclimate.com/github/feathersjs/feathers/test_coverage)
108
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/feathers.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/feathers)
119
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)
1210

packages/feathers/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
## The API and real-time application framework
44

55
[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
6-
[![Maintainability](https://api.codeclimate.com/v1/badges/cb5ec42a2d0cc1a47a02/maintainability)](https://codeclimate.com/github/feathersjs/feathers/maintainability)
7-
[![Test Coverage](https://api.codeclimate.com/v1/badges/cb5ec42a2d0cc1a47a02/test_coverage)](https://codeclimate.com/github/feathersjs/feathers/test_coverage)
86
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/feathers.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/feathers)
97
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)
108

0 commit comments

Comments
 (0)