From 4c6f6a443cb2e6effa995e77d56689c1c2dab4ad Mon Sep 17 00:00:00 2001 From: jegadeeshbabu3 Date: Fri, 28 Feb 2020 17:42:20 +0530 Subject: Fixed the test cases,added sonar config Fixed test cases and added sonar config details Issue-ID: PORTAL-837 Change-Id: Ie4aa104871cfbbd6c6e36500f5ef2e250bafb575 Signed-off-by: jz385p --- portal-FE-os/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'portal-FE-os/pom.xml') diff --git a/portal-FE-os/pom.xml b/portal-FE-os/pom.xml index 626addb4..21bdd508 100644 --- a/portal-FE-os/pom.xml +++ b/portal-FE-os/pom.xml @@ -10,6 +10,14 @@ UTF-8 false false + coverage/lcov.info + src + portal-FE-os + portal-FE-os + **/node_modules/**,**/*.spec.ts,**/*.module.ts,**/environment.prod.ts,**/*.js,**/main.ts,**/header-interceptor.ts,**/dynamic-widget.component.ts + **/*.spec.ts + src + UTF-8 @@ -97,6 +105,19 @@ install + + + npm run test + + npm + + + generate-resources + + + run-script test + + npm build -- cgit 1.2.3-korg