Skip to content

Commit 106ccf4

Browse files
committed
[Tests] switch from coveralls to codecov
1 parent b4cdf25 commit 106ccf4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/node-4+.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
2728
eslint:
@@ -64,7 +65,7 @@ jobs:
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+'

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ESLint-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

66
React 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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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",
@@ -49,7 +48,6 @@
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",

0 commit comments

Comments
 (0)