Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit a70dbe6

Browse files
author
Huemer, Markus
committed
Update .gitlab-ci.yml file
remove outdated coverage report
1 parent 5ade3fe commit a70dbe6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test-single-on-cpu:
3939
artifacts:
4040
reports:
4141
junit: results_unittests_*.xml
42-
cobertura: coverage_unittests_*.xml
42+
#cobertura: coverage_unittests_*.xml
4343

4444
test-single-on-amd-gpu:
4545
stage: unittests
@@ -60,7 +60,7 @@ test-single-on-amd-gpu:
6060
artifacts:
6161
reports:
6262
junit: results_unittests_*.xml
63-
cobertura: coverage_unittests_*.xml
63+
#cobertura: coverage_unittests_*.xml
6464

6565
test-single-on-nvidia-gpu:
6666
stage: unittests
@@ -83,7 +83,7 @@ test-single-on-nvidia-gpu:
8383
artifacts:
8484
reports:
8585
junit: results_unittests_*.xml
86-
cobertura: coverage_unittests_*.xml
86+
#cobertura: coverage_unittests_*.xml
8787

8888
test-double-on-cpu:
8989
stage: unittests
@@ -102,7 +102,7 @@ test-double-on-cpu:
102102
artifacts:
103103
reports:
104104
junit: results_unittests_*.xml
105-
cobertura: coverage_unittests_*.xml
105+
#cobertura: coverage_unittests_*.xml
106106

107107
test-double-on-amd-gpu:
108108
stage: unittests
@@ -121,7 +121,7 @@ test-double-on-amd-gpu:
121121
artifacts:
122122
reports:
123123
junit: results_unittests_*.xml
124-
cobertura: coverage_unittests_*.xml
124+
#cobertura: coverage_unittests_*.xml
125125

126126
test-double-on-nvidia-gpu:
127127
stage: unittests
@@ -140,7 +140,7 @@ test-double-on-nvidia-gpu:
140140
artifacts:
141141
reports:
142142
junit: results_unittests_*.xml
143-
cobertura: coverage_unittests_*.xml
143+
#cobertura: coverage_unittests_*.xml
144144

145145
integration-job-cpu:
146146
stage: integration-test
@@ -159,7 +159,7 @@ integration-job-cpu:
159159
artifacts:
160160
reports:
161161
junit: results_integrationtests_*.xml
162-
cobertura: coverage_integrationtests_*.xml
162+
#cobertura: coverage_integrationtests_*.xml
163163

164164
integration-job-gpu:
165165
stage: integration-test
@@ -178,7 +178,7 @@ integration-job-gpu:
178178
artifacts:
179179
reports:
180180
junit: results_integrationtests_*.xml
181-
cobertura: coverage_integrationtests_*.xml
181+
#cobertura: coverage_integrationtests_*.xml
182182

183183
integration-job-nvidia-gpu:
184184
stage: integration-test
@@ -197,7 +197,7 @@ integration-job-nvidia-gpu:
197197
artifacts:
198198
reports:
199199
junit: results_integrationtests_*.xml
200-
cobertura: coverage_integrationtests_*.xml
200+
#cobertura: coverage_integrationtests_*.xml
201201

202202

203203
#pages:

0 commit comments

Comments
 (0)