Skip to content

Commit 22b0138

Browse files
authored
Merge pull request #9634 from keymanapp/docs/linux/settings
docs(linux): Update sample tasks.json for Linux
2 parents 7b00e72 + 30b5d9d commit 22b0138

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/settings/linux/tasks.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"type": "shell",
102102
"label": "ibus-keyman: configure",
103103
"command": "./build.sh",
104-
"args": ["configure", "--debug"],
104+
"args": ["configure", "--debug", "--coverage"],
105105
"options": {
106106
"cwd": "${workspaceFolder}/linux/ibus-keyman",
107107
"env": {
@@ -121,7 +121,7 @@
121121
"type": "shell",
122122
"label": "ibus-keyman: build",
123123
"command": "./build.sh",
124-
"args": [ "build", "--debug" ],
124+
"args": [ "build", "--debug", "--coverage" ],
125125
"options": {
126126
"cwd": "${workspaceFolder}/linux/ibus-keyman/",
127127
},
@@ -144,7 +144,8 @@
144144
"args": [
145145
"test",
146146
"--debug",
147-
"--no-integration"
147+
"--no-integration",
148+
"--coverage"
148149
],
149150
"options": {
150151
"cwd": "${workspaceFolder}/linux/ibus-keyman/",
@@ -158,7 +159,8 @@
158159
"command": "./build.sh",
159160
"args": [
160161
"test",
161-
"--debug"
162+
"--debug",
163+
"--coverage"
162164
],
163165
"options": {
164166
"cwd": "${workspaceFolder}/linux/ibus-keyman/",

0 commit comments

Comments
 (0)