Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Add coveralls reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
johncmckim committed Nov 15, 2016
1 parent 04c271d commit 51a320d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ node_js:
- '4.4'
- '5.11'
- '6.2'

script: npm run lint && npm test

after_success:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage

deploy:
provider: npm
email: accounts@acloud.guru
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test": "istanbul cover _mocha test -- -R spec"
},
"dependencies": {
"coveralls": "^2.11.15",
"lodash": "^4.16.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

coveralls@^2.11.14:
coveralls:
version "2.11.15"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.11.15.tgz#37d3474369d66c14f33fa73a9d25cee6e099fca0"
dependencies:
Expand Down

0 comments on commit 51a320d

Please sign in to comment.