File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ build-traceability:
77
77
78
78
test :
79
79
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}
81
81
82
82
docker-build-discovery :
83
83
@docker build -t mulesoft_discovery_agent:latest -f ${WORKSPACE} /build/discovery.Dockerfile .
@@ -89,4 +89,4 @@ docker-build-traceability:
89
89
90
90
test-sonar :
91
91
@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
You can’t perform that action at this time.
0 commit comments