File tree Expand file tree Collapse file tree 4 files changed +0
-57
lines changed Expand file tree Collapse file tree 4 files changed +0
-57
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments