Skip to content

Commit 0f0b30e

Browse files
committed
Revert partial vscode settings change
1 parent 9f63af1 commit 0f0b30e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
],
1515
"python.analysis.typeCheckingMode": "basic",
1616
"python.testing.pytestArgs": [
17-
"tests"
17+
"-v",
18+
"--cov=durabletask/",
19+
"--cov-report=lcov",
20+
"tests/"
1821
],
1922
"python.testing.unittestEnabled": false,
2023
"python.testing.pytestEnabled": true,

0 commit comments

Comments
 (0)