From 34d6c2bce1f9f3236992660e0c0458e5cc8eb74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 12 Jan 2018 05:41:54 +0100 Subject: =?UTF-8?q?Don=E2=80=99t=20use=20codecov=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 72 +--------------------------------------------------------- README.rst | 3 --- 2 files changed, 1 insertion(+), 74 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e1545a..31fa61e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build # Build in various conf, keeps the artifacts - test # Use the build artifacts to run the tests - packaging # Publish some packages (rpm, deb…) - - external # Interact with some external service (codecov, coverity…) + - external # Interact with some external service (coverity…) before_script: - uname -a @@ -172,76 +172,6 @@ test:freebsd: - make check - make e2e -# -## External jobs -# - -.template:codecov: &codecov - stage: external - tags: - - docker - image: docker.louiz.org/louiz/biboumi/test-fedora:latest - -.template:codecov_unittests: &codecov_unittests - <<: *codecov - script: - - bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -f ./coverage_test_suite.info -F $(echo $CI_JOB_NAME | sed s/:/_/g | sed s/codecov_//) - -.template:codecov_e2e: &codecov_e2e - <<: *codecov - script: - - bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -f ./coverage_e2e.info -F $(echo $CI_JOB_NAME | sed s/:/_/g | sed s/codecov_//) - -codecov:fedora: - <<: *codecov_e2e - dependencies: - - test:fedora - -codecov:without_udns: - <<: *codecov_e2e - dependencies: - - test:without_udns - -codecov:debian: - <<: *codecov_e2e - dependencies: - - test:debian - -codecov:build:1: - <<: *codecov_unittests - dependencies: - - build:1 - -codecov:build:2: - <<: *codecov_unittests - dependencies: - - build:2 - -codecov:build:3: - <<: *codecov_unittests - dependencies: - - build:3 - -codecov:build:4: - <<: *codecov_unittests - dependencies: - - build:4 - -codecov:build:5: - <<: *codecov_unittests - dependencies: - - build:5 - -codecov:build:6: - <<: *codecov_unittests - dependencies: - - build:6 - -codecov:build:7: - <<: *codecov_unittests - dependencies: - - build:7 - coverity: stage: external only: diff --git a/README.rst b/README.rst index 5ee9846..8a03701 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,6 @@ Biboumi .. image:: https://lab.louiz.org/louiz/biboumi/badges/master/build.svg :target: https://lab.louiz.org/louiz/biboumi/pipelines -.. image:: https://codecov.proxy.louiz.org/gh/louiz/biboumi/branch/master/graph/badge.svg - :target: https://codecov.io/gh/louiz/biboumi - .. image:: https://coverity.proxy.louiz.org/projects/3726/badge.svg :target: https://scan.coverity.com/projects/louiz-biboumi -- cgit v1.2.3