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 22
22
runs-on : ubuntu-latest
23
23
24
24
strategy :
25
+ fail-fast : false
25
26
matrix :
26
27
node-version : ${{ fromJson(needs.matrix.outputs.latest) }}
27
28
eslint :
64
65
after_install : NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
65
66
skip-ls-check : true
66
67
- run : npm run unit-test
67
- - run : npm run coveralls
68
+ - uses : codecov/codecov-action@v1
68
69
69
70
node :
70
71
name : ' node 4+'
Original file line number Diff line number Diff line change 1
1
ESLint-plugin-React
2
2
===================
3
3
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 ]
5
5
6
6
React specific linting rules for ESLint
7
7
@@ -255,9 +255,6 @@ ESLint-plugin-React is licensed under the [MIT License](http://www.opensource.or
255
255
[ deps-url ] : https://david-dm.org/yannickcr/eslint-plugin-react
256
256
[ deps-image ] : https://img.shields.io/david/dev/yannickcr/eslint-plugin-react.svg
257
257
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
-
261
258
[ climate-url ] : https://codeclimate.com/github/yannickcr/eslint-plugin-react
262
259
[ climate-image ] : https://img.shields.io/codeclimate/maintainability/yannickcr/eslint-plugin-react.svg
263
260
Original file line number Diff line number Diff line change 5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
- "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
9
8
"lint" : " eslint ./" ,
10
9
"postlint" : " npm run type-check" ,
11
10
"pretest" : " npm run lint" ,
49
48
"@typescript-eslint/parser" : " ^2.34.0" ,
50
49
"aud" : " ^1.1.4" ,
51
50
"babel-eslint" : " ^8.2.6" ,
52
- "coveralls" : " ^3.1.0" ,
53
51
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
54
52
"eslint-config-airbnb-base" : " ^14.2.1" ,
55
53
"eslint-plugin-eslint-plugin" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments