Add coveralls repo token

pull/344/head
Rick Carlino 2017-07-20 11:16:18 -05:00
parent d24c295d22
commit 94e4fd8f30
2 changed files with 3 additions and 1 deletions

1
.coveralls.yml 100644
View File

@ -0,0 +1 @@
repo_token: lEX6nkql7y2YFCcIXVq5ORvdvMtYzfZdG

View File

@ -18,6 +18,7 @@ script:
- export OS_UPDATE_SERVER=http://example.com
- export FW_UPDATE_SERVER=http://example.com
- export DB=postgresql
- export COVERALLS_REPO_TOKEN=lEX6nkql7y2YFCcIXVq5ORvdvMtYzfZdG
- bundle exec rspec
- npm run test
- cat ./coverage/remapped/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat **/*lcov.info | ./node_modules/coveralls/bin/coveralls.js