File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,4 +9,7 @@ script: npm run travis
99before_install :
1010 - ' [ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
1111
12- after_success : cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose && rm -rf ./coverage
12+ after_success :
13+ - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
14+ - cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
15+ - rm -rf ./coverage
Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ npm build
3737npm test
3838```
3939
40- [ ![ Build Status] ( https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master )] ( https://travis-ci.org/css-modules/postcss-modules-extract-imports ) [ ![ Coverage Status] ( https://coveralls.io/repos/css-modules/postcss-modules-extract-imports/badge.svg?branch=master )] ( https://coveralls.io/r/css-modules/postcss-modules-extract-imports?branch=master )
40+ [ ![ Build Status] ( https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master )] ( https://travis-ci.org/css-modules/postcss-modules-extract-imports )
41+
42+ * Lines: [ ![ Coverage Status] ( https://coveralls.io/repos/css-modules/postcss-modules-extract-imports/badge.svg?branch=master )] ( https://coveralls.io/r/css-modules/postcss-modules-extract-imports?branch=master )
43+ * Statements: [ ![ codecov.io] ( http://codecov.io/github/css-modules/postcss-modules-extract-imports/coverage.svg?branch=master )] ( http://codecov.io/github/css-modules/postcss-modules-extract-imports?branch=master )
4144
4245## Development
4346
You can’t perform that action at this time.
0 commit comments