We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f63af1 commit 0f0b30eCopy full SHA for 0f0b30e
.vscode/settings.json
@@ -14,7 +14,10 @@
14
],
15
"python.analysis.typeCheckingMode": "basic",
16
"python.testing.pytestArgs": [
17
- "tests"
+ "-v",
18
+ "--cov=durabletask/",
19
+ "--cov-report=lcov",
20
+ "tests/"
21
22
"python.testing.unittestEnabled": false,
23
"python.testing.pytestEnabled": true,
0 commit comments