Skip to content

Commit d6be1b6

Browse files
committed
Remove code climate
1 parent 1c2f199 commit d6be1b6

6 files changed

Lines changed: 3798 additions & 2709 deletions

File tree

.codeclimate.yml

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

.github/workflows/node-js-ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,3 @@ jobs:
2222
- run: npm ci
2323
- run: npm run lint
2424
- run: npm test
25-
26-
code-climate:
27-
needs: build
28-
runs-on: ubuntu-latest
29-
services:
30-
rabbitmq:
31-
image: rabbitmq:3.13.2-management-alpine
32-
ports:
33-
- 5672:5672
34-
- 15672:15672
35-
steps:
36-
- uses: actions/checkout@v3
37-
- uses: actions/setup-node@v3
38-
with:
39-
node-version: '14.x'
40-
- run: npm ci
41-
- run: npm install -g nyc
42-
- run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
43-
- run: chmod +x ./cc-test-reporter
44-
- run: ./cc-test-reporter before-build
45-
- run: npm run coverage
46-
- run: ./cc-test-reporter format-coverage -t lcov coverage/lcov.info
47-
- run: ./cc-test-reporter upload-coverage
48-
env:
49-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
.github
77
.nyc_output
88
_config.yml
9-
cc-test-reporter
109
coverage
1110
node_modules
1211
test

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 20.1.2
4+
- Remove codeclimate (it's been sold) until we have time to replace get it working again.
5+
36
## 20.1.1
47
- npm search algorithm has changed. Updating metadata accordingly.
58

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Rascal is an advanced RabbitMQ / AMQP client built on [amqplib](https://www.npmj
55
[![NPM version](https://img.shields.io/npm/v/rascal.svg?style=flat-square)](https://www.npmjs.com/package/rascal)
66
[![NPM downloads](https://img.shields.io/npm/dm/rascal.svg?style=flat-square)](https://www.npmjs.com/package/rascal)
77
[![Node.js CI](https://github.com/onebeyond/rascal/workflows/Node.js%20CI/badge.svg)](https://github.com/onebeyond/rascal/actions?query=workflow%3A%22Node.js+CI%22)
8-
[![Code Climate](https://codeclimate.com/github/onebeyond/rascal/badges/gpa.svg)](https://codeclimate.com/github/onebeyond/rascal)
98

109
## About
1110

0 commit comments

Comments
 (0)