Skip to content

Commit

Permalink
fix lcov settings on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Sep 8, 2016
1 parent f8cdcc5 commit db55c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down

0 comments on commit db55c38

Please sign in to comment.