From 951051407917716a241026bb11659e3ceb5cb8c2 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Tue, 17 Nov 2020 13:39:16 +0100 Subject: [PATCH] [OOM-K8S-CERT-EXTERNAL-PROVIDER] Add coverage report Issue-ID: OOM-2559 Signed-off-by: Remigiusz Janeczek Change-Id: I484a2b38ef40b60f879c2067b39329073db030af --- certServiceK8sExternalProvider/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/certServiceK8sExternalProvider/pom.xml b/certServiceK8sExternalProvider/pom.xml index a34ffc3f..2959478e 100644 --- a/certServiceK8sExternalProvider/pom.xml +++ b/certServiceK8sExternalProvider/pom.xml @@ -15,8 +15,20 @@ 3.1.0 2.3.5 + bin/coverage.out + **/*_test.go, **/testdata/* + 1.1.1.2000 + + + + org.sonarsource.go + sonar-go-plugin + ${sonar-go-plugin.version} + + + ${basedir} @@ -45,6 +57,17 @@ ${version.mvn-golang-wrapper-plugin} true + + coverage + + test + + + + -coverprofile=bin/coverage.out + + + install -- 2.16.6