From bf91f56fb7aebeb58af348bc1468e39307fce40c Mon Sep 17 00:00:00 2001 From: Alan Jaouen <14994179+alanjaouen@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:33:26 +0200 Subject: [PATCH] chrore(typo): CreateSourcePackageImpl duplicate space in hint for optimized deployment (#67) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: fix typo in profile_retrieve.json (#63) * 54-Skip deployment when deployment artifacts filter result is empty (#64) * chore: skip deployment when artifact filters didnt match any artifact available to deploy * chore: remove unecessary imports * Update CreateSourcePackageImpl.ts chrore(typo): CreateSourcePackageImpl duplicate space in hint for optimized deployment --------- Co-authored-by: Tim Paulaskas Co-authored-by: DiƩffrei Quadros Co-authored-by: Azlam <43767972+azlam-abdulsalam@users.noreply.github.com> --- .../src/core/package/packageCreators/CreateSourcePackageImpl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sfp-cli/src/core/package/packageCreators/CreateSourcePackageImpl.ts b/packages/sfp-cli/src/core/package/packageCreators/CreateSourcePackageImpl.ts index ebc2a0823..5956eef37 100644 --- a/packages/sfp-cli/src/core/package/packageCreators/CreateSourcePackageImpl.ts +++ b/packages/sfp-cli/src/core/package/packageCreators/CreateSourcePackageImpl.ts @@ -78,7 +78,7 @@ export default class CreateSourcePackageImpl extends CreatePackage { private printHintForOptimizedDeployment() { SFPLogger.printHeaderLine('OPTION FOR DEPLOYMENT OPTIMIZATION AVAILABLE',COLOR_HEADER,LoggerLevel.INFO,this.logger); SFPLogger.log( - `Following apex test classes were identified and can be used for deploying this package,${EOL}` + + `Following apex test classes were identified and can be used for deploying this package,${EOL}` + `in an optimal manner, provided each individual class meets the test coverage requirement of 75% and above${EOL}` + `Ensure each apex class/trigger is validated for coverage in the validation stage`, null,