Fix lcov.info path

This commit is contained in:
Tom MacWright 2015-06-25 11:32:01 -04:00
parent 625d4feba7
commit 65d7c4d813

View File

@ -57,7 +57,7 @@
"url": "git@github.com:documentationjs/documentation.git"
},
"scripts": {
"cover": "istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS && coveralls < coverage/lcov.info",
"cover": "istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS && coveralls < ./coverage/lcov.info",
"test": "eslint --no-eslintrc -c .eslintrc index.js test/*.js test/streams/*.js && prova test/*.js test/lib/*.js test/streams/*.js"
}
}