mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
Fix lcov.info path
This commit is contained in:
parent
625d4feba7
commit
65d7c4d813
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user