Skip to content

Commit

Permalink
chore(vscode): fixed tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed Mar 18, 2024
1 parent 6e2da93 commit 59194fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ venv.bak/
dmypy.json

# Pyre type checker
.pyre/
.pyre/
reports/
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"label": "Code Coverage",
"detail": "Generate code coverage report.",
"type": "shell",
"command": "/home/lucas/.local/bin/pytest ./tests/ --cov=sunweg --cov-report term-missing --durations-min=1 --durations=0",
"command": "pytest ./tests/ --cov=sunweg --cov-report term-missing --durations-min=1 --durations=0",
"group": {
"kind": "test",
"isDefault": true
Expand Down

0 comments on commit 59194fd

Please sign in to comment.