[dconf: 1/2] ci: Always store test artifacts so we always get code coverage results



commit 561743a9bcff72e9b1025b893ab5b3df307838fe
Author: Philip Withnall <withnall endlessm com>
Date:   Mon Nov 12 10:47:00 2018 +0000

    ci: Always store test artifacts so we always get code coverage results
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 868c797..6b6cebc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ test:
   except:
     - tags
   artifacts:
-    when: on_failure
+    when: always
     name: "dconf-_${CI_COMMIT_REF_NAME}"
     paths:
       - "_build/meson-logs"


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