Skip to content

Commit a303d4a

Browse files
authored
Move the coverage file into the .cache directory. (#227)
1 parent 11a9c11 commit a303d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"editor.formatOnSave": true
1212
},
1313
"flake8.importStrategy": "fromEnvironment",
14-
"markiscodecoverage.searchCriteria": ".coverage/lcov.info",
14+
"markiscodecoverage.searchCriteria": ".cache/.coverage/lcov.info",
1515
"mypy-type-checker.args": ["--config-file=${workspaceFolder}/pyproject.toml"],
1616
"mypy-type-checker.importStrategy": "fromEnvironment",
1717
"mypy-type-checker.reportingScope": "workspace",

0 commit comments

Comments
 (0)