From 5d04db89521fc0fe7bb34cac3992250eba204635 Mon Sep 17 00:00:00 2001 From: NataliaNikishina Date: Wed, 17 Jan 2024 14:37:52 -0800 Subject: [PATCH] adding code coverage --- .github/workflows/create-build.yml | 2 +- sfdx-project.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-build.yml b/.github/workflows/create-build.yml index e601b69b2..428defcfe 100644 --- a/.github/workflows/create-build.yml +++ b/.github/workflows/create-build.yml @@ -34,7 +34,7 @@ jobs: - name: Package Upgrade - run: sfdx package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 --dev-debug + run: sfdx package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 --dev-debug --code-coverage # sfdx package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 --code-coverage # sf package version create --target-dev-hub=devhub --definition-file=config/project-scratch-def.json --installation-key-bypass --package="Special Authority App" --wait=15 -c # sfdx force:package:version:create -v devhub -d force-app -f config/project-scratch-def.json -x -p "Special Authority App" -w 15 -c diff --git a/sfdx-project.json b/sfdx-project.json index 82caa0097..34df35478 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -494,6 +494,7 @@ "Special Authority App@12.0.3-7": "04tOG0000000E7pYAE", "Special Authority App@12.0.3-9": "04tOG0000000F8jYAE", "Special Authority App@12.0.3-10": "04tOG0000000FALYA2", - "Special Authority App@12.0.4-1": "04tOG0000000FiDYAU" + "Special Authority App@12.0.4-1": "04tOG0000000FiDYAU", + "Special Authority App@12.0.4-2": "04tOG0000000FyLYAU" } } \ No newline at end of file