Skip to content

Commit 84cd584

Browse files
committed
use go install instead of go get command for coverage tool
1 parent 6cd0aad commit 84cd584

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
@@ -43,7 +43,7 @@ test:
4343
needs: [build]
4444
cache: !reference [.gocache]
4545
before_script:
46-
- go get github.com/boumenot/gocover-cobertura
46+
- go install github.com/boumenot/gocover-cobertura@1.4.0
4747
script:
4848
- go mod download
4949
- go test -coverpkg=./... -coverprofile=${COVERAGE_FILE} ./...

0 commit comments

Comments
 (0)