🤞 Fix lcov.info bug part II

pull/344/head
Rick Carlino 2017-07-20 11:35:51 -05:00
parent 344be54c53
commit 81345f418c
2 changed files with 2 additions and 1 deletions

View File

@ -21,3 +21,4 @@ script:
- export COVERALLS_REPO_TOKEN=lEX6nkql7y2YFCcIXVq5ORvdvMtYzfZdG
- bundle exec rspec
- npm run test
- npm run coverage

View File

@ -8,7 +8,7 @@
"url": "https://github.com/farmbot/farmbot-web-frontend"
},
"scripts": {
"coverage": "cat ./coverage/remapped/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"coverage": "cat **/*lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "node_modules/webpack/bin/webpack.js --config tools/webpack.config.prd.js --display-error-details",
"start": "echo '===We use `npm run dev` now.==='",
"heroku-postbuild": "./install_frontend.sh 2>&1",