Skip to content

Commit

Permalink
remove co in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Aug 14, 2024
1 parent 50515b6 commit 1351405
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"svg.preview.background": "dark-transparent",
"python.testing.pytestArgs": [
"tests",
"--cov=los_tools",
"--cov-report=term-missing:skip-covered",
"-rP",
"-s"
"-s",
"--no-cov"
],
"python.testing.pytestEnabled": true,
"[python]": {
Expand Down

0 comments on commit 1351405

Please sign in to comment.