File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 66.github
77.nyc_output
88_config.yml
9- cc-test-reporter
109coverage
1110node_modules
1211test
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments