Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Feb 27, 2016
1 parent 18795fb commit a7b9713
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"test:hook-handlers": "coffee ./scripts/test-hook-handlers.coffee",
"prepublish": "npm run compile",
"coverage": "./scripts/cov",
"coveralls": "npm run coverage && ls && pwd && cat ./cov.info | ./node_modules/coveralls/bin/coveralls.js"
"coveralls": "npm run coverage && cat ./cov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand Down
3 changes: 0 additions & 3 deletions scripts/cov
Expand Up @@ -35,8 +35,5 @@ find ./src-cov/test/ -name '*-test.coffee' | xargs "$MOCHA" \
# Merging LCOV reports
$MERGER './lcov/*.info' ./cov.info

echo $(ls)
echo $(pwd)

# Output & cleanup
rm -rf ./src-cov ./lcov

0 comments on commit a7b9713

Please sign in to comment.