fix lcov settings on unix

This commit is contained in:
Benjamin Pasero 2016-09-08 10:57:16 +02:00
parent f8cdcc51af
commit db55c382f9

View file

@ -19,7 +19,7 @@
"lcov.path": ["./.build/coverage/lcov.info", "./.build/coverage-single/lcov.info"],
"lcov.watch": [{
"pattern": "**/*.test.js",
"command": "${workspaceRoot}\\scripts\\test.sh --coverage --run ${file}",
"command": "${workspaceRoot}/scripts/test.sh --coverage --run ${file}",
"windows": {
"command": "${workspaceRoot}\\scripts\\test.bat --coverage --run ${file}"
}