We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd0aad commit 84cd584Copy full SHA for 84cd584
.gitlab-ci.yml
@@ -43,7 +43,7 @@ test:
43
needs: [build]
44
cache: !reference [.gocache]
45
before_script:
46
- - go get github.com/boumenot/gocover-cobertura
+ - go install github.com/boumenot/gocover-cobertura@1.4.0
47
script:
48
- go mod download
49
- go test -coverpkg=./... -coverprofile=${COVERAGE_FILE} ./...
0 commit comments