From: Nikos Mavrogiannopoulos Date: Tue, 7 Mar 2017 21:47:55 +0000 (+0100) Subject: .gitlab-ci.yml: include coverage html output as artifact X-Git-Tag: gnutls_3_6_0~849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f19b67ac5f1b876eb495ce261afc720425e27e96;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: include coverage html output as artifact Signed-off-by: Nikos Mavrogiannopoulos --- 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