Refactor: Extracted Edge Dection + added tests
This commit is contained in:
15
board-vision/.vscode/settings.json
vendored
Normal file
15
board-vision/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"python.testing.pytestArgs": [
|
||||
"--cov-report", "xml:cov.xml",
|
||||
"--cov-report", "term",
|
||||
"--cov=src",
|
||||
"test",
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"coverage-gutters.coverageFileNames": [
|
||||
"cov.xml",
|
||||
],
|
||||
"coverage-gutters.coverageBaseDir": "**",
|
||||
"testing.coverageToolbarEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user