summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-12 16:43:22 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-12 21:48:16 -0500
commitcb6a8f7587d2a644a8bfe2e51c950e8c432038b1 (patch)
treee6e3362384bd07f89afc37dba55d68b77d269b12 /.gitlab-ci.yml
parent0cabcefc8002fa4d83a32bdf4eb772cb5790b498 (diff)
downloadat-spi2-core-cb6a8f7587d2a644a8bfe2e51c950e8c432038b1.tar.gz
CI: run the registryd tests in the coverage job as well
So that I can know what to refactor.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66d7a07a..64811a95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,6 +152,7 @@ coverage:
- meson setup ${MESON_EXTRA_FLAGS} --prefix /usr _build .
- meson compile -C _build
- meson install -C _build
+ - dbus-run-session -- ci/run-registryd-tests.sh
- dbus-run-session -- ci/run-tests.sh
- mkdir -p public
- grcov _build --source-dir ./ --prefix-dir ../ --output-type cobertura --branch --ignore-not-existing -o coverage.xml