From: Tomas Krizek Date: Wed, 20 Feb 2019 11:26:14 +0000 (+0100) Subject: gitlabci: remove coverage X-Git-Tag: v4.0.0~24^2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74187bfb971d2dc9d47a50db422c3e954e9efee1;p=thirdparty%2Fknot-resolver.git gitlabci: remove coverage Coverage is currently not supported with the meson build system, removing from .gitlabci to reduce usunsed code. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fd7c7346..35a8a0f71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,12 +17,10 @@ image: $CI_REGISTRY/knot/knot-resolver/ci/debian-buster:knot-$KNOT_VERSION stages: - build - test - - coverage - extended - deploy # build {{{ - .build: &build stage: build except: @@ -508,52 +506,7 @@ resperf:iter.udp-asan: RESPERF_TEST: resperf.iter.udp # }}} -# coverage {{{ -# compute coverage for runs with COVERAGE=1 -coverage: - stage: coverage - except: - - master - - branches@knot/knot-resolver-security - only: - variables: - - $COVERAGE == "1" - script: - - make coverage - artifacts: - expire_in: '1 week' - paths: - - coverage - coverage: '/lines\.+:\s(\d+.\d+\%)/' - dependencies: - - build:linux:amd64 - #- test:linux:amd64 - #- installcheck:linux:amd64 - - deckard:linux:amd64 - - respdiff:iter:udp:linux:amd64 - tags: - - docker - - linux - - amd64 -# }}} - # deploy {{{ -pages: - stage: deploy - only: # publish coverage only for master branch - refs: - - nightly@knot/knot-resolver - variables: - - $COVERAGE == "1" - dependencies: - - coverage - script: - - mv coverage/ public/ - artifacts: - expire_in: '30 days' - paths: - - public - pkg:obs:devel: stage: deploy only: