Skip to content

Commit f724866

Browse files
committed
[Tests] Switch coverage service for coveralls
1 parent cad4cef commit f724866

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cache:
99
script:
1010
- npm run lint
1111
- npm run test:coverage
12-
- bash <(curl -s https://codecov.io/bash) -f test/coverage/lcov.info
12+
- cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1313
- npm run test:karma
1414
- cd packages/material-ui-codemod && npm install && npm test

codecov.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"babel-preset-stage-1": "^6.5.0",
7272
"babel-runtime": "^6.6.1",
7373
"chai": "^3.5.0",
74+
"coveralls": "^2.11.9",
7475
"cross-env": "^1.0.7",
7576
"enzyme": "^2.2.0",
7677
"eslint": "^2.8.0",

0 commit comments

Comments
 (0)