From 65d7c4d813e4181cd299099bbcc7fc234e2e2e10 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 25 Jun 2015 11:32:01 -0400 Subject: [PATCH] Fix lcov.info path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9d9436..a79d1dd 100644 --- a/package.json +++ b/package.json @@ -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" } }