[at-spi2-core: 44/47] CI: run the registryd tests in the coverage job as well




commit cb6a8f7587d2a644a8bfe2e51c950e8c432038b1
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 12 16:43:22 2022 -0500

    CI: run the registryd tests in the coverage job as well
    
    So that I can know what to refactor.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]