Skip to content

Commit 75b64ed

Browse files
committed
APIGOV-26268 - fix
1 parent 10ebf71 commit 75b64ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ build-traceability:
7777

7878
test:
7979
mkdir -p coverage
80-
@go test -race -short -count=1 -coverprofile=coverage/coverage.cov ${GO_PKG_LIST}
80+
@go test -race -short -count=1 -coverprofile=${WORKSPACE}/gocoverage.out ${GO_PKG_LIST}
8181

8282
docker-build-discovery:
8383
@docker build -t mulesoft_discovery_agent:latest -f ${WORKSPACE}/build/discovery.Dockerfile .
@@ -89,4 +89,4 @@ docker-build-traceability:
8989

9090
test-sonar:
9191
@go vet ${GO_PKG_LIST}
92-
@go test -v -short -coverpkg=./... -coverprofile=./gocoverage.out -count=1 ${GO_PKG_LIST} -json > ./goreport.json
92+
@go test -v -short -coverpkg=./... -coverprofile=${WORKSPACE}/gocoverage.out -count=1 ${GO_PKG_LIST} -json > ./goreport.json

0 commit comments

Comments
 (0)