From 31f88fddb791b4208e9c08e709041fa7dcb6f1e6 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 24 Jul 2018 08:05:48 +0200 Subject: [PATCH] execute test with coverage durring build --- scm-ui/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index b7595d3d76..496d151fb7 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -29,7 +29,7 @@ YARN - 1.3.2 + 1.7.0 @@ -51,6 +51,16 @@ + + test + test + + run + + + + +