Skip to content

Commit

Permalink
update location of lcov.info report so codecov.io can find/send it
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 23, 2015
1 parent 5204087 commit 25ebc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Learn to build Web Applications & APIs using Hapi.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -c && ./node_modules/lab/bin/lab -r html -o ./test/coverage.html",
"test": "./node_modules/lab/bin/lab -c && ./node_modules/lab/bin/lab -r html -o coverage/lcov.info",
"start": "node index.js",
"coverage": "./node_modules/lab/bin/lab -r lcov -o ./test/lcov.info && CODECLIMATE_REPO_TOKEN=c1fd44b286100ffb10e243fd0a8efb7421adbfa77bb0198c8fce92e0baeb55bf ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./test/lcov.info"
},
Expand Down

0 comments on commit 25ebc7c

Please sign in to comment.