Skip to content

Commit 50fb441

Browse files
Merge branch 'feature/fix-pipeline' into 'master'
Workaround fix gitlab pipeline accidentally broken by a new gitlab release See merge request lightmeter/controlcenter!970
2 parents 387f92a + 754fab6 commit 50fb441

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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)