From: Remigiusz Janeczek Date: Tue, 17 Nov 2020 12:39:16 +0000 (+0100) Subject: [OOM-K8S-CERT-EXTERNAL-PROVIDER] Add coverage report X-Git-Tag: 2.3.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=951051407917716a241026bb11659e3ceb5cb8c2;p=oom%2Fplatform%2Fcert-service.git [OOM-K8S-CERT-EXTERNAL-PROVIDER] Add coverage report Issue-ID: OOM-2559 Signed-off-by: Remigiusz Janeczek Change-Id: I484a2b38ef40b60f879c2067b39329073db030af --- 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