summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-04 14:15:10 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-04 14:15:10 -0500
commitc4ea5f1353b065b9d40ba2aaf4cc812058321741 (patch)
tree901857e3575276497235c716483e37d44220e3d9 /.gitlab-ci.yml
parentf70c5698514868f5b65ff212e17cdc92f6a012a0 (diff)
downloadat-spi2-core-c4ea5f1353b065b9d40ba2aaf4cc812058321741.tar.gz
.gitlab-ci.yml: Replace the cobertura tag with coverage_report
Gitlab 15 changed artifacts:reports:cobertura for a slightly more verbose syntax. https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura-removed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97aea2fb..a7ccfe51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,7 +160,9 @@ coverage:
expire_in: 2 days
when: always
reports:
- cobertura: coverage.xml
+ coverage_report:
+ coverage_format: cobertura
+ path: coverage.xml
paths:
- "_build/meson-logs"
- public