Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dleitee committed Jun 5, 2016
1 parent f237ebf commit a5fa48a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,4 +9,4 @@ script:
- npm run test:coverage
- npm test
after_success:
- 'coveralls'
- 'npm run coveralls'
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -10,8 +10,8 @@
"prepublish": "npm test && gulp",
"test": "mocha --compilers js:babel-register",
"test:lint": "eslint ./src",
"test:coverage": "./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha --",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
"test:coverage": "./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,6 +47,7 @@
"gulp-babel": "^6.1.2",
"gulp-uglify": "^1.5.3",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
Expand Down

0 comments on commit a5fa48a

Please sign in to comment.