From 83de806e9ae671dc03e3f1192c8801d6a8d3d906 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 20 Jul 2021 12:17:14 +0300 Subject: [PATCH] upstream change in codecov location --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e6cedc..8ba5fc7 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://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN} + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN} - run: mvn -s .circleci.settings.xml -DskipTests -Dgpg.skip deploy