File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323
2424 strategy :
25+ fail-fast : false
2526 matrix :
2627 node-version : ${{ fromJson(needs.matrix.outputs.latest) }}
2728 eslint :
6465 after_install : NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
6566 skip-ls-check : true
6667 - run : npm run unit-test
67- - run : npm run coveralls
68+ - uses : codecov/codecov-action@v1
6869
6970 node :
7071 name : ' node 4+'
Original file line number Diff line number Diff line change 11ESLint-plugin-React
22===================
33
4- [ ![ Maintenance Status] [ status-image ]] [ status-url ] [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Build Status] [ travis-image ]] [ travis-url ] [ ![ Dependency Status] [ deps-image ]] [ deps-url ] [ ![ Coverage Status ] [ coverage-image ]] [ coverage-url ] [ ![ Code Climate] [ climate-image ]] [ climate-url ] [ ![ Tidelift] [ tidelift-image ]] [ tidelift-url ]
4+ [ ![ Maintenance Status] [ status-image ]] [ status-url ] [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Build Status] [ travis-image ]] [ travis-url ] [ ![ Dependency Status] [ deps-image ]] [ deps-url ] [ ![ Code Climate] [ climate-image ]] [ climate-url ] [ ![ Tidelift] [ tidelift-image ]] [ tidelift-url ]
55
66React specific linting rules for ESLint
77
@@ -255,9 +255,6 @@ ESLint-plugin-React is licensed under the [MIT License](http://www.opensource.or
255255[ deps-url ] : https://david-dm.org/yannickcr/eslint-plugin-react
256256[ deps-image ] : https://img.shields.io/david/dev/yannickcr/eslint-plugin-react.svg
257257
258- [ coverage-url ] : https://coveralls.io/r/yannickcr/eslint-plugin-react?branch=master
259- [ coverage-image ] : https://img.shields.io/coveralls/yannickcr/eslint-plugin-react/master.svg
260-
261258[ climate-url ] : https://codeclimate.com/github/yannickcr/eslint-plugin-react
262259[ climate-image ] : https://img.shields.io/codeclimate/maintainability/yannickcr/eslint-plugin-react.svg
263260
Original file line number Diff line number Diff line change 55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
77 "scripts" : {
8- "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
98 "lint" : " eslint ./" ,
109 "postlint" : " npm run type-check" ,
1110 "pretest" : " npm run lint" ,
4948 "@typescript-eslint/parser" : " ^2.34.0" ,
5049 "aud" : " ^1.1.4" ,
5150 "babel-eslint" : " ^8.2.6" ,
52- "coveralls" : " ^3.1.0" ,
5351 "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
5452 "eslint-config-airbnb-base" : " ^14.2.1" ,
5553 "eslint-plugin-eslint-plugin" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments