File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,7 @@ script: npm run travis
9
9
before_install :
10
10
- ' [ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
11
11
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
37
37
npm test
38
38
```
39
39
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 )
41
44
42
45
## Development
43
46
You can’t perform that action at this time.
0 commit comments