Skip to content

Commit 07959d1

Browse files
committed
feat: adding code coverage option to the convert command with snapshot
1 parent 0574be5 commit 07959d1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

command-snapshot.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@
6666
"installationkeybypass",
6767
"patchversion",
6868
"target-hub-org",
69-
"targetdevhubusername"
69+
"targetdevhubusername",
70+
"codecoverage"
7071
],
71-
"flagChars": ["a", "f", "k", "m", "p", "s", "v", "w", "x"],
72+
"flagChars": ["a", "f", "k", "m", "p", "s", "v", "w", "x", "c"],
7273
"flags": [
7374
"api-version",
7475
"build-instance",
@@ -83,7 +84,8 @@
8384
"seed-metadata",
8485
"target-dev-hub",
8586
"verbose",
86-
"wait"
87+
"wait",
88+
"code-coverage"
8789
],
8890
"plugin": "@salesforce/plugin-packaging"
8991
},

0 commit comments

Comments
 (0)