[mutter/wip/carlosg/coverage-by-default] ci: Run coverage target by default




commit 16b6a9c86f097d177f1fd0f6aaea330352f64d15
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Oct 27 20:29:54 2020 +0100

    ci: Run coverage target by default

 .gitlab-ci.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52404e582a..388217ef14 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,16 +93,13 @@ test-mutter-coverage:
     - test-mutter
   needs: ["test-mutter"]
   script:
+    - ls -l build
     - ninja -C build coverage
     - cat build/meson-logs/coverage.txt
   artifacts:
     paths:
       - build/meson-logs
-  when: manual
-  except:
-    refs:
-      - tags
-      - master
+  when: always
 
 can-build-gnome-shell:
   stage: test


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