M .gitlab-ci.yml => .gitlab-ci.yml +1 -71
@@ 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:
M README.rst => README.rst +0 -3
@@ 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