Skip to content

Commit

Permalink
Merge pull request #1120 from bcgov/BCMOHAD-14901-v5
Browse files Browse the repository at this point in the history
BCMOHAD-14901 || adding code coverage
  • Loading branch information
NataliaNikishina committed Jan 17, 2024
2 parents 94c7e70 + 5d04db8 commit b1af171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b1af171

Please sign in to comment.