Skip to content

Commit

Permalink
fix(ci): coveralls lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlawton committed Jan 5, 2017
1 parent fe244a5 commit 2ef7a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js

script: npm run test
script: npm run test-coverage

after_script:
- npm run coveralls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "webpack --config config/webpack.min.conf.js && npm run updateDocAssets",
"updateDocAssets": "cp ./dist/vue-carousel.min.js ./docs/themes/vue/source/js/",
"test": "npm run test:client --watch",
"test": "npm run test:client",
"test-coverage": "npm run build && npm run test:client:coverage",
"test:client": "jest --config tests/client.jest.json --forceExit",
"test:client:coverage": "jest --config tests/client.jest.json --coverage --forceExit",
Expand Down

0 comments on commit 2ef7a8f

Please sign in to comment.