File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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" : {
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 },
144144 "args" : [
145145 " test" ,
146146 " --debug" ,
147- " --no-integration"
147+ " --no-integration" ,
148+ " --coverage"
148149 ],
149150 "options" : {
150151 "cwd" : " ${workspaceFolder}/linux/ibus-keyman/" ,
158159 "command" : " ./build.sh" ,
159160 "args" : [
160161 " test" ,
161- " --debug"
162+ " --debug" ,
163+ " --coverage"
162164 ],
163165 "options" : {
164166 "cwd" : " ${workspaceFolder}/linux/ibus-keyman/" ,
You can’t perform that action at this time.
0 commit comments