From 1328d4619ea5908969919bb33cfef49903e6b4e4 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 29 Jun 2021 16:00:11 +0300 Subject: [PATCH] moving codecov bash executor to the repository relying on the contents of the github repo directly --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 613d261..5c8e7a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: # run tests! - run: mvn integration-test - run: mvn cobertura:cobertura - - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN} + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN} - run: mvn -s .circleci.settings.xml -DskipTests deploy