Skip to content

Commit 754fab6

Browse files
Workaround fix gitlab pipeline accidentally broken by a new gitlab release
1 parent 387f92a commit 754fab6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .gitlab-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ cover:
111111
coverage: /^total:\s+.*\s(\d+\.\d+)%$/
112112
artifacts:
113113
reports:
114-
cobertura: cobertura.xml
114+
coverage_report:
115+
coverage_format: cobertura
116+
path: cobertura.xml
115117
paths:
116118
- coverage.html
117119
- coverinfo.txt

0 commit comments

Comments
 (0)