From cf73d6c399e5f56cc8c16b00f2daf9e3d2920f55 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 20 Feb 2022 00:56:58 +0100 Subject: [PATCH] build: add params to codecov --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1895911..45dc831 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,4 @@ test: - go tool cover -func=coverage.txt - 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