From 52d2077d6a16855b613ab60551ce93ef6544b9a2 Mon Sep 17 00:00:00 2001 From: Giovanni M Guidini <99758426+giovanni-guidini@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:29:46 -0300 Subject: [PATCH] pin CLI version installed (#149) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ad5e1b5f..e1bc73194 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ export WORKER_DOCKER_REPO=${AR_REPO} export WORKER_DOCKER_VERSION=${VERSION} export CODECOV_TOKEN=${CODECOV_UPLOAD_TOKEN} +# Codecov CLI version to use +CODECOV_CLI_VERSION := 0.3.8 + build: $(MAKE) build.requirements $(MAKE) build.local @@ -198,7 +201,7 @@ test_env.check_db: docker-compose exec worker make test_env.container_check_db test_env.install_cli: - pip install --no-cache-dir codecov-cli + pip install --no-cache-dir codecov-cli==$(CODECOV_CLI_VERSION) test_env.container_prepare: apk add -U curl git build-base jq