]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: include coverage html output as artifact
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 7 Mar 2017 21:47:55 +0000 (22:47 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 8 Mar 2017 12:29:50 +0000 (13:29 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.gitlab-ci.yml

index d9c59dcd26232a2f1f9e311526059757b06bfd0f..4baff585dfee7e06e9495d65e8dda0fadbe6d5d6 100644 (file)
@@ -122,6 +122,11 @@ coverage/Fedora:
   - ABI-check/Fedora/x86_64
   except:
   - tags
+  artifacts:
+    expire_in: 1 week
+    when: always
+    paths:
+      - GnuTLS*-coverage/*
 
 
 minimal/Fedora/x86_64:
@@ -466,7 +471,6 @@ Fedora/x86:
       - build/tests/*/*.log
       - build/tests/suite/*/*.log
 
-# Check with undefined sanitizer + obtain coverage output
 ubsan/Fedora/x86_64:
   stage: stage2-testing
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD