Skip to content

Commit

Permalink
Merge pull request #4132 from nathanmarks/codecov-to-coveralls
Browse files Browse the repository at this point in the history
[Tests] Switch coverage service for coveralls
  • Loading branch information
newoga committed Apr 30, 2016
2 parents cad4cef + 17b6e41 commit 66417b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cache:
script:
- npm run lint
- npm run test:coverage
- bash <(curl -s https://codecov.io/bash) -f test/coverage/lcov.info
- cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm run test:karma
- cd packages/material-ui-codemod && npm install && npm test
11 changes: 0 additions & 11 deletions codecov.yml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"cross-env": "^1.0.7",
"enzyme": "^2.2.0",
"eslint": "^2.8.0",
Expand Down

0 comments on commit 66417b7

Please sign in to comment.