Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dressel <code@deadcode.eu>2022-05-14 13:00:07 +0300
committerMatthias Dressel <code@deadcode.eu>2022-05-25 20:41:34 +0300
commit8c079f784a48e7241a1bb6cca0a063b7a654cd2b (patch)
tree048683414345b8c8aa201d61c0fe63ec29db225e /.gitlab-ci.yml
parent0770d98d9346075ee71af66541f651f756341a0c (diff)
CI: Update coverage collecting
artifacts:reports:cobertura was deprecated in GitLab 14.9
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 358c92b..bb5682c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -530,7 +530,9 @@ test-debian:
paths:
- coverage/
reports:
- cobertura: build/meson-logs/coverage.xml
+ coverage_report:
+ coverage_format: cobertura
+ path: build/meson-logs/coverage.xml
test-debian-asm:
extends: