We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad4cef commit f724866Copy full SHA for f724866
.travis.yml
@@ -9,6 +9,6 @@ cache:
9
script:
10
- npm run lint
11
- npm run test:coverage
12
- - bash <(curl -s https://codecov.io/bash) -f test/coverage/lcov.info
+ - cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
13
- npm run test:karma
14
- cd packages/material-ui-codemod && npm install && npm test
codecov.yml
package.json
@@ -71,6 +71,7 @@
71
"babel-preset-stage-1": "^6.5.0",
72
"babel-runtime": "^6.6.1",
73
"chai": "^3.5.0",
74
+ "coveralls": "^2.11.9",
75
"cross-env": "^1.0.7",
76
"enzyme": "^2.2.0",
77
"eslint": "^2.8.0",
0 commit comments