We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b5e28 commit a6ee09cCopy full SHA for a6ee09c
.gitlab-ci.yml
@@ -48,7 +48,7 @@ test:
48
- go mod download
49
- go test -coverpkg=./... -coverprofile=${COVERAGE_FILE} ./...
50
- go tool cover -func=${COVERAGE_FILE}
51
- - go run github.com/boumenot/gocover-cobertura < ${COVERAGE_FILE} > ${COBERTURA_FILE}
+ - gocover-cobertura < ${COVERAGE_FILE} > ${COBERTURA_FILE}
52
artifacts:
53
paths:
54
- ${COVERAGE_FILE}
0 commit comments