Skip to content

Commit

Permalink
chore(vscode): add task for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed May 15, 2024
1 parent 6af3597 commit 9cdc1c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"type": "shell",
"command": "python3 -m build && pip3 install dist/midea_local*.whl",
"problemMatcher": []
},
{
"label": "Generede code coverage report",
"type": "shell",
"command": "python3 -m pytest --rootdir . --cov=midealocal --cov-report term-missing ./tests/",
"problemMatcher": []
}
]
}

0 comments on commit 9cdc1c3

Please sign in to comment.