Skip to content

Commit a6ee09c

Browse files
committed
run gocover-cobertura command directly after install
1 parent 45b5e28 commit a6ee09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test:
4848
- go mod download
4949
- go test -coverpkg=./... -coverprofile=${COVERAGE_FILE} ./...
5050
- go tool cover -func=${COVERAGE_FILE}
51-
- go run github.com/boumenot/gocover-cobertura < ${COVERAGE_FILE} > ${COBERTURA_FILE}
51+
- gocover-cobertura < ${COVERAGE_FILE} > ${COBERTURA_FILE}
5252
artifacts:
5353
paths:
5454
- ${COVERAGE_FILE}

0 commit comments

Comments
 (0)