From 577a863977e4691f59d654977591eed748df2843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 11 May 2017 09:25:54 +0200 Subject: =?UTF-8?q?Remove=20the=20=E2=80=9Ccodecov=5F=E2=80=9D=20prefix=20?= =?UTF-8?q?for=20builds=20codecov=20uploads=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index beefd81..657acef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,7 +180,7 @@ test:freebsd: .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) + - 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 -- cgit v1.2.3