From 2abc1cf338d0ec4ce416c8aefb7be454971e49b8 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 21 Mar 2022 09:21:15 +0100 Subject: [PATCH] ci: fix codecov upload --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37ad9bf..c5848c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build: - build - curl -Os https://uploader.codecov.io/latest/linux/codecov - chmod +x codecov - - ./codecov -t ${CODECOV_TOKEN} + - ./codecov -t ${CODECOV_TOKEN} -R $CI_PROJECT_DIR -C $CI_COMMIT_SHA -r $CI_PROJECT_PATH - push artifacts: paths: -- 2.52.0