Generate translation in vscode taks: Code Coverage (#120434)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
27975c7517
commit
67facdf3a5
1 changed files with 1 additions and 0 deletions
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
|
@ -76,6 +76,7 @@
|
|||
"detail": "Generate code coverage report for a given integration.",
|
||||
"type": "shell",
|
||||
"command": "python3 -m pytest ./tests/components/${input:integrationName}/ --cov=homeassistant.components.${input:integrationName} --cov-report term-missing --durations-min=1 --durations=0 --numprocesses=auto",
|
||||
"dependsOn": ["Compile English translations"],
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
|
|
Loading…
Add table
Reference in a new issue