From: elinuxhenrik Date: Tue, 7 Sep 2021 05:35:33 +0000 (+0200) Subject: Fix Sonar for DMaaP Mediator X-Git-Tag: 1.2.0~95 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=inline;h=35bb0b75d78482c544f460e27a2ce29d79d7775a;p=nonrtric.git Fix Sonar for DMaaP Mediator Issue-ID: NONRTRIC-593 Signed-off-by: elinuxhenrik Change-Id: Ic28d419d62b1c33968665819ce8f43b31aca4126 --- diff --git a/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh b/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh index ad8b8bb4..18dcc56d 100755 --- a/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh +++ b/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh @@ -30,6 +30,8 @@ go get -v github.com/ory/go-acc export GO111MODULE=on go get github.com/stretchr/testify/mock@v1.7.0 +cd dmaap-mediator-producer go-acc ./... --ignore mocks +cp coverage.txt $curdir echo "--> build-dmaapmediatorproducer-ubuntu.sh ends"