diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-03-07 22:47:55 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-03-08 13:29:50 +0100 |
commit | f19b67ac5f1b876eb495ce261afc720425e27e96 (patch) | |
tree | cbdddc871d0aa2b11026687c2897cc79395e868a /.gitlab-ci.yml | |
parent | 6bf451cd8ea58dda183254c3192a6bdadbe45662 (diff) | |
download | gnutls-f19b67ac5f1b876eb495ce261afc720425e27e96.tar.gz |
.gitlab-ci.yml: include coverage html output as artifact
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
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 |