Skip to content

Commit

Permalink
Move the coverage file into the .cache directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Jun 12, 2024
1 parent ca845e4 commit c3bb71e
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 @@ -11,7 +11,7 @@
"editor.formatOnSave": true
},
"flake8.importStrategy": "fromEnvironment",
"markiscodecoverage.searchCriteria": ".coverage/lcov.info",
"markiscodecoverage.searchCriteria": ".cache/.coverage/lcov.info",
"mypy-type-checker.args": ["--config-file=${workspaceFolder}/pyproject.toml"],
"mypy-type-checker.importStrategy": "fromEnvironment",
"mypy-type-checker.reportingScope": "workspace",
Expand Down

0 comments on commit c3bb71e

Please sign in to comment.