summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-07 22:47:55 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-08 13:29:50 +0100
commitf19b67ac5f1b876eb495ce261afc720425e27e96 (patch)
treecbdddc871d0aa2b11026687c2897cc79395e868a
parent6bf451cd8ea58dda183254c3192a6bdadbe45662 (diff)
downloadgnutls-f19b67ac5f1b876eb495ce261afc720425e27e96.tar.gz
.gitlab-ci.yml: include coverage html output as artifact
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9c59dcd26..4baff585df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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